Skip to main content

Interface: UndoEventGroup

An undo/redo event group.

Properties​

events​

readonly events: readonly UndoEventWithoutAttachedState[];

Events that conform this group (might be single events or other nested groups).


groupName?​

readonly optional groupName?: string;

Name of the group (if any).


type​

readonly type: Group;

Expresses this is an event group.