CustomBehaviorEvent
CustomBehaviorEvent<
TPayload
,TType
,TInternalType
>:object
&TPayload
Defined in: behaviors/behavior.types.ts:251
Type declaration
type
type:
TInternalType
Type Parameters
• TPayload extends Record
<string
, unknown
> = Record
<string
, unknown
>
• TType extends string
= string
• TInternalType extends `custom.${TType}`
= `custom.${TType}`