This page is available as Markdown at /api/behaviors/type-aliases/behaviorguard.md.
For the full documentation index, see /llms.txt, or
the complete corpus at /llms-full.txt.
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