Toolbox.onClick_() method
Handles on click events for when the toolbox or toolbox items are clicked.
Signature:
protected onClick_(e: PointerEvent): void;
Parameters
Parameter | Type | Description |
---|---|---|
e | PointerEvent | Click event to handle. |
Returns:
void