Hierarchy

  • IInfoProviderEvents

Methods

  • Should be emitted when the info provider is starting to initialize its component.

    Parameters

    Returns any

  • Emitted when the info provider finishes initializing its content (does not get called if initialization is cancelled)

    Parameters

    Returns any

  • Emitted when the info provider finishes initializing (will still be called when it cancels initialization)

    Returns any

  • Should be emitted when the info provider skipped initializing

    Returns any

  • Should be emitted when the info provider has detected an update and it needs to check whether to have contents.

    Returns any

  • Should be emitted when the info provider has detected an update and its contents will need to be refreshed.

    Returns any

  • Emitted when the info provider's display level is overridden.

    Returns any

  • Emitted when the info provider has been removed.

    Returns any

  • Should be emitted when the info provider should be removed.

    Returns any

  • Should be emitted when the info provider's display level changes.

    Parameters

    • displayLevels: Set<InfoDisplayLevel>
    • classes: Set<string>
    • oldClasses: Set<string>

    Returns any

Generated using TypeDoc