blockly > common > getSelected

common.getSelected() 関数

現在の選択を返します。

署名:

export declare function getSelected(): ISelectable | null;

戻り値:

ISelectable | null