Intermact API Reference / @intermact/react / SemanticOverlayProps
Interface: SemanticOverlayProps
Defined in: react/src/components/SemanticOverlay.tsx:5
Props for SemanticOverlay.
Properties
entries
readonlyentries: readonlySemanticEntry[]
Defined in: react/src/components/SemanticOverlay.tsx:6
mode?
readonlyoptionalmode?:"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?
readonlyoptionaltitle?:string
Defined in: react/src/components/SemanticOverlay.tsx:13