CustomBehaviorEvent
CustomBehaviorEvent<
TPayload
,TType
,TInternalType
> =object
&TPayload
Defined in: behaviors/behavior.types.event.ts:549
Type declaration
type
type:
TInternalType
Type Parameters
TPayload
TPayload
extends Record
<string
, unknown
> = Record
<string
, unknown
>
TType
TType
extends string
= string
TInternalType
TInternalType
extends CustomBehaviorEventType
<"custom"
, TType
> = CustomBehaviorEventType
<"custom"
, TType
>