Variable: getSelected
const getSelected: () => ISelectable | null = common.getSelected;
Defined in: packages/blockly/core/blockly.ts:325
Returns the currently selected copyable object.
Returns the current selection.
Returns
ISelectable | null
const getSelected: () => ISelectable | null = common.getSelected;
Defined in: packages/blockly/core/blockly.ts:325
Returns the currently selected copyable object.
Returns the current selection.
ISelectable | null