Readonly
featureFeature class performing bootstrap setup.
Readonly
onAn OnEvent
sender of component construction events.
The registered receiver will be notified right before component is constructed.
Readonly
onAn OnEvent
sender of component definition events.
The registered receiver will be notified when new component class is defined, but before its custom element class constructed.
Readonly
whenAn OnEvent
sender of feature readiness event.
The registered receiver will be notified once bootstrap is complete and the feature is loaded.
If the above conditions satisfied already, the receiver will be notified immediately.
Provides asset for entry available in each component context.
Asset supply. Revokes provided asset once cut off.
Context value type.
Context value asset type.
Context entry asset.
Provides asset for entry available in each component definition context.
Asset supply. Revokes provided asset once cut off.
Context value type.
Context value asset type.
Context entry asset.
Provides asset for bootstrap context entry before context creation.
Asset supply. Revokes provided asset once cut off.
Context value type.
Context value asset type.
Context entry asset.
Sets up the definition of component of the given type.
Whenever the definition of component of the given type or any of its subtype starts, the returned OnEvent
sender
sends a DefinitionSetup instance, that can be used to set up that definition.
An OnEvent
sender of component definition setup instances.
Target component type.
Generated using TypeDoc
Bootstrap context setup.
It is passed to setup method to set up the bootstrap. E.g. by providing bootstrap context values.