Intermact API Reference / @intermact/react / SerializedCanvasProps
Interface: SerializedCanvasProps
Defined in: react/src/components/SerializedCanvas.tsx:11
Props for SerializedCanvas.
Properties
autoplay?
readonlyoptionalautoplay?:boolean
Defined in: react/src/components/SerializedCanvas.tsx:14
className?
readonlyoptionalclassName?:string
Defined in: react/src/components/SerializedCanvas.tsx:22
interactive?
readonlyoptionalinteractive?:boolean
Defined in: react/src/components/SerializedCanvas.tsx:15
project
readonlyproject:ProjectInput
Defined in: react/src/components/SerializedCanvas.tsx:13
A SerializedProject or an encoded share-url string.
reducedMotion?
readonlyoptionalreducedMotion?:"auto"|"on"|"off"
Defined in: react/src/components/SerializedCanvas.tsx:17
Reduced-motion behavior: "auto" follows the OS setting (default).
semantic?
readonlyoptionalsemantic?:false|"visible"|"sr-only"
Defined in: react/src/components/SerializedCanvas.tsx:21
Render the semantic/a11y layer ("sr-only" by default; false disables).
style?
readonlyoptionalstyle?:CSSProperties
Defined in: react/src/components/SerializedCanvas.tsx:23
timeline?
readonlyoptionaltimeline?:boolean
Defined in: react/src/components/SerializedCanvas.tsx:19
Show the transport overlay.