interface DocumentsExt {
    $acceptDirtyStateChanged(strUrl, isDirty): void;
    $acceptModelChanged(strUrl, e, isDirty): void;
    $acceptModelModeChanged(startUrl, oldModeId, newModeId): void;
    $acceptModelSaved(strUrl): void;
    $acceptModelWillSave(strUrl, reason, saveTimeout): Promise<SingleEditOperation[]>;
}

Implemented by

Methods