blockly > Events > Abstract > group
Events.Abstract.group property
An ID for the group of events this block is associated with.
Groups define events that should be treated as an single action from the user's perspective, and should be undone together.
Signature:
group: string;