Skip to content

Intermact API Reference / @intermact/react / SemanticOverlayProps

Interface: SemanticOverlayProps

Defined in: react/src/components/SemanticOverlay.tsx:5

Props for SemanticOverlay.

Properties

entries

readonly entries: readonly SemanticEntry[]

Defined in: react/src/components/SemanticOverlay.tsx:6


mode?

readonly optional mode?: "visible" | "sr-only"

Defined in: react/src/components/SemanticOverlay.tsx:12

"visible" renders a small labelled chip list over the canvas; "sr-only" (default) renders a visually-hidden but screen-reader-navigable list (the accessible semantic layer of design.md §17).


title?

readonly optional title?: string

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

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