Class ClientCommandHandlerBaseAbstract

Base class for extension objects that can be registered in IExtensionContainer.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

disposeList: DisposeList<VoidFunction> = ...

Functions that will be called when the current instance of the extension is released.

Methods

  • Releases all related objects.

    Returns void

  • Deprecated

    use option when on registering extension or check inside concrete methods.

    Parameters

    Returns boolean | Promise<boolean>

Generated using TypeDoc