IFrame

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

Interface: IFrame.

Example

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

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

Get Help

  • If you have any questions about ONLYOFFICE DocSpace, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).