Feature definition.

Hierarchy

  • FeatureDef

Properties

Methods

Properties

has?: Class<any> | readonly Class<any>[]

Features this one provides.

The feature always provides itself.

needs?: Class<any> | readonly Class<any>[]

Features this one requires.

Methods

  • Initializes this feature by calling the given bootstrap context constructed.

    Returns

    Either nothing when initialization completed synchronously, or a promise-like instance resolved when initialization completed asynchronously.

    Parameters

    Returns void | PromiseLike<unknown>

  • Sets up bootstrap.

    This method is called before bootstrap context created.

    Returns

    Either nothing when setup completed synchronously, or a promise-like instance resolved when setup completed asynchronously.

    Parameters

    Returns void | PromiseLike<unknown>

Generated using TypeDoc