Readonly
readAn AfterEvent
keeper of feature load status.
The [AfterEvent__symbol]
property is an alias of this one.
Readonly
supplyFeature 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.
Readonly
whenAn OnEvent
sender of feature readiness event.
Returns an AfterEvent instance of this event keeper.
AfterEvent instance registering event receivers sent by this keeper.
Generated using TypeDoc
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.