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 Declaration
Section titled “Type Declaration”type:
TInternalType
Type Parameters
Section titled “Type Parameters”TPayload
Section titled “TPayload”TPayload extends Record<string, unknown> = Record<string, unknown>
TType extends string = string
TInternalType
Section titled “TInternalType”TInternalType extends CustomBehaviorEventType<"custom", TType> = CustomBehaviorEventType<"custom", TType>