import * as React from "react"; import { IDialogProps } from '@fluentui/react/lib/Dialog'; export interface IFrameDialogProps extends IDialogProps { /** * iframe Url */ url: string; /** * iframe's onload event handler */ iframeOnLoad?: (iframe: HTMLIFrameElement) => void; /** * iframe width */ width: string; /** * iframe height */ height: string; /** * Specifies if iframe content can be displayed in a full screen. * Usage: */ allowFullScreen?: boolean; /** * Specifies if transparency is allowed in iframe */ allowTransparency?: boolean; /** * Specifies the top and bottom margins of the content of an