Skip to content

CustomBehaviorEvent

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

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

type: TInternalType

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

TType extends string = string

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