IFrame

A component that is used to embed a third-party website into a modal window or the settings page.

Interface: IFrame.

Example
import {IFrame} from "@onlyoffice/docspace-plugin-sdk";

const frameProps: IFrame = {
    "width": "100%",
    "height": "100%",
    "name": "test",
    "src": "",
};