x4js - v2.2.49
    Preparing search index...

    The result of a line tokenization.

    interface ILineTokens {
        endState: IState;
        tokens: IToken[];
    }
    Index
    endState: IState

    The tokenization end state. A pointer will be held to this and the object should not be modified by the tokenizer after the pointer is returned.

    tokens: IToken[]

    The list of tokens on the line.