A type of component.
Readonly
contextA context of the bound component.
Readonly
readAn AfterEvent
keeper of the bound component context.
Readonly
whenAn OnEvent
sender of the bound component readiness event.
Returns an AfterEvent instance of this event keeper.
AfterEvent instance registering event receivers sent by this keeper.
Binds a component to element.
This method is not typically used by client code.
The bound component context.
Tries to re-bind component context by its binder.
Does nothing if component is bound already.
Either a bound component context, or undefined
if component can not be bound.
Unbinds component from element.
This method is not typically used by client code.
After this method call the component may be reconstructed again by its binder.
Generated using TypeDoc
A component slot.
It is added to component element and contains a bound component context.
Notifies on component binding.