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

    Interface CustomDocumentContentChangeEvent<T>

    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.