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