Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleEventChannelParameters
Interface ParticleEventChannelParameters<Payload>
Construction parameters for a bounded typed data channel.
interface
ParticleEventChannelParameters
<
Payload
extends
ParticleEventChannelPayload
,
>
{
capacity
:
number
;
name
?:
string
;
overflow
?:
ParticleEventOverflowPolicy
;
schema
:
Readonly
<
{
[
Name
in
keyof
Payload
]
:
ParticleEventFieldType
}
>
;
}
Type Parameters
Payload
extends
ParticleEventChannelPayload
Index
Properties
capacity
name?
overflow?
schema
Properties
Readonly
capacity
capacity
:
number
Optional
Readonly
name
name
?:
string
Optional
Readonly
overflow
overflow
?:
ParticleEventOverflowPolicy
Readonly
schema
schema
:
Readonly
<
{
[
Name
in
keyof
Payload
]
:
ParticleEventFieldType
}
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capacity
name
overflow
schema
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Construction parameters for a bounded typed data channel.