BehaviorActionIntend
BehaviorActionIntend:
SyntheticBehaviorEvent
| {event
:SyntheticBehaviorEvent
|CustomBehaviorEvent
;type
:"raise"
; } | {type
:"noop"
; } | {effect
: () =>void
;type
:"effect"
; }
Defined in: packages/editor/src/behaviors/behavior.types.ts:268