Skip to main content

Variable: dialogModalMeta

const dialogModalMeta: object

Defined in: composites/Dialog/Dialog.tsx:151

Formal semantic identity for the DialogModal wrapper.

DialogModal composes two DOM roots: a backdrop (ModalOverlay) and a surface (Modal). structure reflects the semantically meaningful part — the surface carries the evaluation tokens, radii, border, elevation, and is what a consumer styles. The backdrop is pure infrastructure (a scrim + positioner) and is not modeled as a separate component.

Type Declaration

displayName

readonly displayName: "DialogModal" = 'DialogModal'

entity

readonly entity: "Overlay" = 'Overlay'

structure

readonly structure: "surface" = 'surface'