BehaviorGuard
BehaviorGuard<
TBehaviorEvent
,TGuardResponse
> = (payload
) =>TGuardResponse
|false
Defined in: behavior.types.guard.ts:7
Type Parameters
TBehaviorEvent
TBehaviorEvent
TGuardResponse
TGuardResponse
Parameters
payload
dom
EditorDom
event
TBehaviorEvent
snapshot
EditorSnapshot
Returns
TGuardResponse
| false