Hierarchy

  • AppDocument

Constructors

Properties

eventAfterClear: ListenableEvent<void, AppDocument> = ...
eventAfterLoad: ListenableEvent<boolean, AppDocument> = ...

Triggered after the document was loaded. If the event parameter is true, the loading was aborted or failed.

eventAfterSave: ListenableEvent<boolean, AppDocument> = ...

Triggered after the document was saved. If the event parameter is true, the saving was aborted or failed.

eventBeforeClear: ListenableEvent<void, AppDocument> = ...
eventBeforeLoad: ListenableEvent<void, AppDocument> = ...
eventBeforeSave: ListenableEvent<void, AppDocument> = ...

Accessors

  • get appData(): GroupedMap
  • Can be used to store application specific data inside the document.

    Returns GroupedMap

Methods

  • Returns void

Generated using TypeDoc