@byomakase/omakase-player
    Preparing search index...

    Interface ObservationTrackLaneTrackConfig

    Per-track configuration for lanes that render observation data (bar charts, line charts, etc.).

    interface ObservationTrackLaneTrackConfig {
        trackOrderIndex?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    trackOrderIndex?: number

    Zero-based index at which to insert the track into the lane's track list. When omitted, the track is appended at the end.