Theia API Documentation v1.65.0
    Preparing search index...
    interface InlineValueText {
        range: Range;
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    range: Range
    text: string
    type: "text"