blockly > Toolbox > getPreviouslySelectedItem

Método Toolbox.getPreviouslySelectedItem()

Recebe o item selecionado anteriormente.

Signature:

getPreviouslySelectedItem(): ISelectableToolboxItem | null;

Retorna:

ISelectableToolboxItem | null

O item selecionado anteriormente ou nulo se nenhum item foi selecionado anteriormente.