Skip to content
This page is available as Markdown at /api/behaviors/type-aliases/custombehaviorevent.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

CustomBehaviorEvent

CustomBehaviorEvent<TPayload, TType, TInternalType> = object & TPayload

Defined in: behavior.types.event.ts:771

type: TInternalType

TPayload extends Record<string, unknown> = Record<string, unknown>

TType extends string = string

TInternalType extends CustomBehaviorEventType<"custom", TType> = CustomBehaviorEventType<"custom", TType>