Skip to content
This page is available as Markdown at /api/behaviors/type-aliases/behavioraction.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

BehaviorAction

BehaviorAction = { event: SyntheticBehaviorEvent; type: "execute"; } | { event: NativeBehaviorEvent | SyntheticBehaviorEvent | CustomBehaviorEvent; type: "forward"; } | { event: SyntheticBehaviorEvent | CustomBehaviorEvent; type: "raise"; } | { effect: (payload) => void; type: "effect"; }

Defined in: behavior.types.action.ts:14