UNPKG

@coherenceplatform/sdk

Version:

Coherence SDK for embedding AI-powered chat into your applications

26 lines 648 B
export class IframeController { constructor(config: any); config: any; iframe: HTMLIFrameElement; isVisible: boolean; originalDimensions: { width: string; height: string; bottom: string; right: string; }; create(): void; applyStyles(): void; show(): void; hide(): void; toggle(): void; enlarge(): void; restore(): void; toggleEnlarge(): void; isEnlarged(): boolean; sendMessage(type: any, payload?: {}): void; getContentWindow(): Window; updateConfig(newConfig: any): void; destroy(): void; } //# sourceMappingURL=iframe-controller.d.ts.map