Interface IManager

Hierarchy

  • IManager

Implemented by

Properties

Methods

Properties

Disposed: boolean

Methods

  • Must be sync so that experience related to enabling/disabling is easier to manage. If any async stuff needs to be loaded then it needs to be handled internally within the manager.

    Returns void

  • Parameters

    • params: {
          entities?: IEntity[];
          entityIds?: string[];
          force?: boolean;
      }
      • Optional entities?: IEntity[]
      • Optional entityIds?: string[]
      • Optional force?: boolean

    Returns Promise<void>

Generated using TypeDoc