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

    Type Alias AutomationRegion

    key value
    type entity
    key "automationRegion"
    is

    A region on an automation track

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

    Properties

    collection: PrimitiveField<NexusLocation, "immut">

    The automation event collection containing the automation event underlying this region.

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

    How this region maps to the underlying container.

    track: PrimitiveField<NexusLocation, "immut">

    The track this region belongs to.

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