Context child for containing an action function Only one action function is allowed in a context. It does mark the request as handled and will not call any other anything after it.
Readonly
Action function of the child. Will be called when the context is executed and will mark the request as handled.
ActionFunction
Type of the child. Always "action" for ContextChildAction
Generated using TypeDoc
Context child for containing an action function Only one action function is allowed in a context. It does mark the request as handled and will not call any other anything after it.