OptionalBuilderThe builder for data context from the current component. Can be assigned by the owner component.
ReadonlyContextA context key added to the context produced by the current component
ReadonlyEventThe context event.
Add a context handler for receiving context from other widgets.
The context handler callback.
Optionalitemtype: ContextItemTypeIs specified adds a handler only for specific context item type.
Raises the context event. When called with null event data Context.GetBuilder is called in the owner component.
Optionalcobj: IContextThe context object - if left undefined or null event data Context.GetBuilder is called in the owner component.
Gets the context object of the current component - NOTE: uses primarily the context builder, secondarily the currently stored context object.
Checks if the current component is the owner of the context object.
The context object
Makes the current component the owner of the context object.
The context object.
Remove a context handler.
The context handler callback.
Sets the context object for the current component - NOTE: does not fire the Context event.
The context object
Optionalcallhandlers: booleanCall context handlers in the owner component.
The context interface to be used in components