MAIDR Documentation - v4.4.0
    Preparing search index...

    What a chart's declarations come to, resolved together.

    interface AmDeclarationPlan {
        declared: Map<AmXYSeries, AmDeclaredLayer>;
        absorbed: Set<AmXYSeries>;
    }
    Index

    Properties

    Properties

    declared: Map<AmXYSeries, AmDeclaredLayer>

    The declared layers, keyed by the series carrying the block.

    absorbed: Set<AmXYSeries>

    Series that must not become a layer of their own — every companion and every merged sibling. They are drawn, and they are announced, as part of the layer that named them.