CustomBehaviorEvent
CustomBehaviorEvent<
TPayload
,TType
,TInternalType
> =object
&TPayload
Defined in: behavior.types.event.ts:617
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
>