Theia API Documentation v1.68.0
    Preparing search index...
    interface SerializableTextPart {
        kind: "text";
        range: { endExclusive: number; start: number };
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "text"
    range: { endExclusive: number; start: number }
    text: string