MAIDR JavaScript API
    Preparing search index...

    Interface PushResult

    What pushUpdate did.

    interface PushResult {
        streamed: boolean;
        trims: Map<string, number[]>;
    }
    Index

    Properties

    Properties

    streamed: boolean

    Whether any point was streamed.

    trims: Map<string, number[]>

    Points dropped from the front of each row by a streamed update, by layer id then row -- how far the reader's column moved to stay on their point. Empty when nothing was streamed.