UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

20 lines 701 B
import { Container } from "./container"; export declare class IFrame { protected container: Container; constructor(container: Container); load(link: string, options?: { title?: string; }, iframeClass?: string): void; loadFromHtml(content: string, options?: { title?: string; }, iframeClass?: string): void; remove(): void; show(): void; hide(saveSize?: boolean): void; isExist(): boolean; getElement(): HTMLIFrameElement; setStyle(property: string, value: string): void; setIframeHeight(iframeElement: HTMLIFrameElement, iFrameDocument: Document, selector: string): void; private setStyles; } //# sourceMappingURL=iframe.d.ts.map