@ones-editor/editor 1.1.3-bate.11 → 1.1.3-bate.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ export declare class IframeKindEmbedDocCallbacks extends TypedEmitter implements
7
7
  private currentIframe;
8
8
  private onReAuthErrorWhenIframeEditing;
9
9
  private onIframeExitEdit;
10
+ private onRecover;
10
11
  constructor(editor: OnesEditor);
11
12
  destroy: () => void;
12
13
  onError: (error: Error) => void;
@@ -15,6 +16,7 @@ export declare class IframeKindEmbedDocCallbacks extends TypedEmitter implements
15
16
  register: (block: BlockElement, iframe: HTMLIFrameElement, options: {
16
17
  onError?: ErrorRender;
17
18
  onExit?: () => void;
19
+ onRecover?: () => void;
18
20
  }) => void;
19
21
  unRegister: () => void;
20
22
  onConnectReAuthError: () => void;