Hierarchy

Constructors

Properties

moduleId: string

A unique id for each module.

Methods

  • Will be called from the document everytime it gets cleared. Modules should clear its document related data.

    Returns void

  • Will be called from the document everytime after it gets loaded. If the promise is rejected with a core.io.AbortError the whole document load process will be aborted.

    Parameters

    Returns Promise<void>

Generated using TypeDoc