Skip to content

BehaviorAction

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

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