Home > blockly > IToolbox > getSelectedItem
IToolbox.getSelectedItem() method
Gets the selected item.
Signature:
getSelectedItem(): IToolboxItem | null;
Returns:
IToolboxItem | null
The selected item, or null if no item is currently selected.
Home > blockly > IToolbox > getSelectedItem
Gets the selected item.
Signature:
getSelectedItem(): IToolboxItem | null;
Returns:
IToolboxItem | null
The selected item, or null if no item is currently selected.