Plugin component created by the ProjectDataPlugin.

Hierarchy

Properties

isActive?: boolean

Optional activity state of this component. Initial component state should be inactive (false or undefined).

Methods

  • Called if this instance is no longer in use. Should be used to clean-up resources.

    Returns Promise<void>

  • Optional activity state handling for this component. E.g. can be used to disable/enable event handling. Will be set from the component host to activate or deactivate the component. Initial component state should be inactive (false or undefined).

    Parameters

    • pActive: boolean

    Returns Promise<void>

  • Can be used to alter the user restrictions of this component.

    Parameters

    Returns void

Generated using TypeDoc