blockly > ToolboxCategory > init

ToolboxCategory.init() method

Initializes the toolbox item. This includes creating the DOM and updating the state of any items based on the info object. Init should be called immediately after the construction of the toolbox item, to ensure that the category contents are properly parsed.

Signature:

init(): void;

Returns:

void