Skip to content

Intermact API Reference / @intermact/react / SerializedCanvasProps

Interface: SerializedCanvasProps

Defined in: react/src/components/SerializedCanvas.tsx:11

Props for SerializedCanvas.

Properties

autoplay?

readonly optional autoplay?: boolean

Defined in: react/src/components/SerializedCanvas.tsx:14


className?

readonly optional className?: string

Defined in: react/src/components/SerializedCanvas.tsx:22


interactive?

readonly optional interactive?: boolean

Defined in: react/src/components/SerializedCanvas.tsx:15


project

readonly project: ProjectInput

Defined in: react/src/components/SerializedCanvas.tsx:13

A SerializedProject or an encoded share-url string.


reducedMotion?

readonly optional reducedMotion?: "auto" | "on" | "off"

Defined in: react/src/components/SerializedCanvas.tsx:17

Reduced-motion behavior: "auto" follows the OS setting (default).


semantic?

readonly optional semantic?: false | "visible" | "sr-only"

Defined in: react/src/components/SerializedCanvas.tsx:21

Render the semantic/a11y layer ("sr-only" by default; false disables).


style?

readonly optional style?: CSSProperties

Defined in: react/src/components/SerializedCanvas.tsx:23


timeline?

readonly optional timeline?: boolean

Defined in: react/src/components/SerializedCanvas.tsx:19

Show the transport overlay.

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)