@audiotool/nexus - v0.0.12
    Preparing search index...

    Interface NexusObject<F>

    A "struct"/"object" like field in the document:

    interface NexusObject<F extends NexusFieldTypes = NexusFieldTypes> {
        fields: F;
        location: NexusLocation;
    }

    Type Parameters

    • F extends NexusFieldTypes = NexusFieldTypes

    Hierarchy (View Summary)

    Implements

    Index

    Properties

    Properties

    fields: F

    the fields in this object

    location: NexusLocation