MAIDR JavaScript API
    Preparing search index...

    How to bring MAIDR from one reading to the next with the new bars announced.

    interface AppendPlan {
        appends: Append[];
        base: Maidr | null;
    }
    Index

    Properties

    Properties

    appends: Append[]

    The new bars, one per layer that grew by one at its end.

    base: Maidr | null

    The figure to set silently before appending, when bars other than the new ones changed as well -- the forming bar closed in the same task that opened the next. null when MAIDR's figure plus the appends is already the new reading.