Function: setGroup()
function setGroup(state): void;
Defined in: packages/blockly/core/events/utils.ts:361
Start or stop a group.
Parameters
| Parameter | Type | Description |
|---|---|---|
state | string | boolean | True to start new group, false to end group. String to set group explicitly. |
Returns
void