MAIDR JavaScript API
    Preparing search index...

    Interface LayerSummary

    One layer of the subplot the description was taken from, used to build the description dialog's layer tab strip.

    Present only for multi-layer subplots: a single-layer subplot offers no choice, and the dialog omits the strip entirely.

    interface LayerSummary {
        index: number;
        label: string;
        isActive: boolean;
    }
    Index

    Properties

    Properties

    index: number

    Zero-based layer index within the subplot.

    label: string

    How the layer names itself — the producer's name when there is one, and the chart-type label otherwise. See Trace.layerLabel.

    isActive: boolean

    True if this is the layer the description currently describes.