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

    Type Alias NoteRegion

    key value
    type entity
    key "noteRegion"
    is

    A region containing notes. Must be attached to a NoteTrack.

    type NoteRegion = {
        collection: PrimitiveField<NexusLocation, "immut">;
        region: NexusObject<Region>;
        track: PrimitiveField<NexusLocation, "immut">;
    }
    Index

    Properties

    collection: PrimitiveField<NexusLocation, "immut">

    Points to the NoteCollection containing the notes of this region.

    key value
    default no default, required
    required true
    targets api.TargetType.NoteCollection, meaning one of:
    entities.NoteCollection
    immutable true

    How this region maps to the underlying container.

    track: PrimitiveField<NexusLocation, "immut">

    Points to the NoteTrack this region belongs to.

    key value
    default no default, required
    required true
    targets api.TargetType.NoteTrack, meaning one of:
    entities.NoteTrack
    immutable true