blockly > ToolboxCategory > createRowContentsContainer_

ToolboxCategory.createRowContentsContainer_() method

Creates the container for the label and icon. This is necessary so we can set all subcategory pointer events to none.

Signature:

protected createRowContentsContainer_(): HTMLDivElement;

Returns:

HTMLDivElement

The div that holds the icon and the label.