Skip to content

BehaviorAction

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

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