UNPKG

@aurigma/design-editor-iframe

Version:

Using this module you can embed Design Editor (a part of Customer's Canvas) to your page through the IFrame API.

11 lines (10 loc) 313 B
import { Editor } from "./Editor"; /** @internal */ export declare class FullWindowHandler { private _iframe; constructor(editor: Editor, _iframe: HTMLIFrameElement); private _setOriginalSize; private _setFullWindow; private _updateFullWindowStylesheet; private _getMaxZIndex; }