Skip to content

BehaviorAction

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

Defined in: behaviors/behavior.types.ts:375