x4js - v2.2.49
    Preparing search index...

    Word inside a model.

    interface IWordAtPosition {
        endColumn: number;
        startColumn: number;
        word: string;
    }
    Index
    endColumn: number

    The column where the word ends.

    startColumn: number

    The column where the word starts.

    word: string

    The word.