Theia API Documentation v1.65.0
    Preparing search index...
    interface DocumentsExt {
        $acceptDirtyStateChanged(strUrl: UriComponents, isDirty: boolean): void;
        $acceptEncodingChanged(strUrl: UriComponents, encoding: string): void;
        $acceptModelChanged(
            strUrl: UriComponents,
            e: ModelChangedEvent,
            isDirty: boolean,
        ): void;
        $acceptModelModeChanged(
            startUrl: UriComponents,
            oldModeId: string,
            newModeId: string,
        ): void;
        $acceptModelSaved(strUrl: UriComponents): void;
        $acceptModelWillSave(
            strUrl: UriComponents,
            reason: TextDocumentSaveReason,
            saveTimeout: number,
        ): Promise<SingleEditOperation[]>;
    }

    Implemented by

    Index

    Methods