@audiotool/nexus - v0.0.12
Developer Hub
Github Repository
Preparing search index...
document
NexusObject
Interface NexusObject<F>
A "struct"/"object" like field in the document:
fields of entities that are objects are a
NexusObject
NexusEntity
inherits
NexusObject
interface
NexusObject
<
F
extends
NexusFieldTypes
=
NexusFieldTypes
>
{
fields
:
F
;
location
:
NexusLocation
;
}
Type Parameters
F
extends
NexusFieldTypes
=
NexusFieldTypes
Hierarchy (
View Summary
)
NexusObject
NexusEntity
Implements
NexusField
Index
Properties
fields
location
Properties
fields
fields
:
F
the fields in this object
location
location
:
NexusLocation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fields
location
Developer Hub
Github Repository
@audiotool/nexus - v0.0.12
Loading...
A "struct"/"object" like field in the document: