blockly > common > getSelected

common.getSelected() 函数

返回当前选择。

Signature:

export declare function getSelected(): ISelectable | null;

返回

ISelectable | null