Iframe

constructor(src: String? = null, srcdoc: String? = null, name: String? = null, iframeWidth: Int? = null, iframeHeight: Int? = null, sandbox: Set<Sandbox>? = null, className: String? = null)

Parameters

src

the iframe document address

srcdoc

the HTML content of the iframe

name

the name of the iframe

iframeWidth

the width of the iframe

iframeHeight

the height of the iframe

sandbox

a set of Sandbox options

className

CSS class names