interface InlineValueText {
    range: Range;
    text: string;
    type: "text";
}

Properties

Properties

range: Range
text: string
type: "text"