Editor Events that Actions can react to.

Enumeration Members

documentLoaded: "documentLoaded"

Indicates the document is fully initialized, actions can safely be executed. Note: the other events will only be triggered after a document is fully initialized.

frameMoved: "frameMoved"

Indicates a frame was moved, resized, rotated. Note: this does not trigger when a different layout is selected.

pageSizeChanged: "pageSizeChanged"

Indicates the size of a page has changed.

selectedLayoutChanged: "selectedLayoutChanged"

Indicates the selected layout changed.

variableValueChanged: "variableValueChanged"

Indicates the value of a variable changed.

Generated using TypeDoc