Initializes a new trigger sheet.
The unique id for this trigger sheet.
Optional parent: Window = nullThe parent TriggerSheet for this trigger sheet.
TriggerSheet
The unique id for this trigger sheet.
TriggerSheet
The parent TriggerSheet for this trigger sheet.
TriggerSheet
The triggers and actions for this trigger sheet.
TriggerSheet
Adds a new action to the trigger sheet.
If the trigger does not exist, it will be created.
The trigger to add the action to.
The action to add.
The index to insert the action at.
TriggerSheet
Adds multiple actions to multiple triggers within the trigger sheet.
For each trigger on triggers, the corresponding actions in actions will be added.
TriggerSheet
Appends another trigger sheet to this trigger sheet.
The trigger sheet to append.
The current trigger sheet.
TriggerSheet
Clones the trigger sheet into a new instance.
Optional id: string = ...A new instance of the current trigger sheet.
TriggerSheet
Generated using TypeDoc
Defines a collection of triggers and actions that can be executed by a block.
TriggerSheet