Theia API Documentation v1.65.0
    Preparing search index...

    Word inside a model.

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

    Properties

    endColumn: number

    The column where the word ends.

    startColumn: number

    The column where the word starts.

    word: string

    The word.