Interface ContextChildAction

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.

Hierarchy

  • ContextChildAction

Properties

Properties

Action function of the child. Will be called when the context is executed and will mark the request as handled.

type: "action"

Type of the child. Always "action" for ContextChildAction

Generated using TypeDoc