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

    Event triggered by extensions to signal to Theia that the content of a CustomDocument has changed.

    interface CustomDocumentContentChangeEvent<
        T extends CustomDocument = CustomDocument,
    > {
        document: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    document: T

    The document that the change is for.