@audiotool/nexus - v0.0.12
Developer Hub
Github Repository
Preparing search index...
document
ArrayField
Interface ArrayField<F, L>
A field that contains an array of other fields.
interface
ArrayField
<
F
extends
NexusField
=
NexusField
,
L
extends
number
=
number
,
>
{
array
:
readonly
F
[]
&
{
length
:
L
}
;
location
:
NexusLocation
;
}
Type Parameters
F
extends
NexusField
=
NexusField
L
extends
number
=
number
Implements
NexusField
Index
Properties
array
location
Properties
array
array
:
readonly
F
[]
&
{
length
:
L
}
The array of fields contained in this array field.
location
location
:
NexusLocation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
array
location
Developer Hub
Github Repository
@audiotool/nexus - v0.0.12
Loading...
A field that contains an array of other fields.