Intermact API Reference / @intermact/react / EmbedIframeOptions
Interface: EmbedIframeOptions
Defined in: react/src/embed/web-component.ts:123
Options for buildEmbedIframe.
Properties
autoplay?
readonlyoptionalautoplay?:boolean
Defined in: react/src/embed/web-component.ts:134
data?
readonlyoptionaldata?:string
Defined in: react/src/embed/web-component.ts:127
Inline serialized JSON — passed as the data attribute (overrides shareUrl).
height?
readonlyoptionalheight?:string|number
Defined in: react/src/embed/web-component.ts:133
interactive?
readonlyoptionalinteractive?:boolean
Defined in: react/src/embed/web-component.ts:135
scriptUrl
readonlyscriptUrl:string
Defined in: react/src/embed/web-component.ts:129
URL of the bundle that calls defineIntermactEmbed (script tag src).
shareUrl?
readonlyoptionalshareUrl?:string
Defined in: react/src/embed/web-component.ts:125
Share-url string (preferred) — passed as the project attribute.
tagName?
readonlyoptionaltagName?:string
Defined in: react/src/embed/web-component.ts:131
Custom element tag (default intermact-embed).
timeline?
readonlyoptionaltimeline?:boolean
Defined in: react/src/embed/web-component.ts:136
width?
readonlyoptionalwidth?:string|number
Defined in: react/src/embed/web-component.ts:132