Dynamically loaded feature reference.

It is returned from load and can be used to read feature load status and unload it.

Implements an EventKeeper interface by sending a feature load status updates.

Hierarchy

Properties

read: AfterEvent<[FeatureStatus]>

An AfterEvent keeper of feature load status.

The [AfterEvent__symbol] property is an alias of this one.

supply: Supply

Feature supply.

Dismisses this feature reference when cut off.

When all feature references dismissed, then unloads the feature. This removes everything set up by the feature via BootstrapSetup and DefinitionSetup.

whenReady: OnEvent<[FeatureStatus]>

An OnEvent sender of feature readiness event.

Methods

  • Returns an AfterEvent instance of this event keeper.

    Returns

    AfterEvent instance registering event receivers sent by this keeper.

    Returns AfterEvent<[FeatureStatus]>

Generated using TypeDoc