Options
All
  • Public
  • Public/Protected
  • All
Menu

The base class for AdvancedManager items

Hierarchy

Index

Constructors

constructor

  • Returns ManagerItem

Properties

app

app: IApp

The App the ManagerItem is attached to

config

config: ICONFIG

The Config of the App the ManagerItem is attached to

emitter

emitter: EventEmitter

The EventEmitter of the App the ManagerItem is attached to

key

key: any

The key to where ManagerItem is stored in an AdvancedManager

manager

The AdvancedManager the ManagerItem is attached to

Methods

install

  • install(): any
  • Run after the Manager Item has been registered

    Returns any

register

  • Register the current Manager Item's manager

    Parameters

    Returns ManagerItem

uninstall

  • uninstall(): any
  • Run before the ManagerItem has been unregistered

    Returns any

unregister

  • unregister(): void
  • Basically removes a ManagerItem, in order to recover the ManagerItem, it needs to be re-added to an AdvancedManager

    Returns void

Generated using TypeDoc