MAIDR JavaScript API
    Preparing search index...

    Interface StreamPlan

    How to turn the previous figure into the next by appending.

    interface StreamPlan {
        appends: PlannedAppend[];
        trims: Map<string, number[]>;
    }
    Index

    Properties

    Properties

    appends: PlannedAppend[]
    trims: Map<string, number[]>

    Points dropped from the front of each row, by layer id then row.