Search Docs
Loading...
Skip to content

Type Alias: DialogBackdrop

type DialogBackdrop = "transparent" | "opaque";

Represents the backdrop style for the dialog.

The DialogBackdrop type defines how the background overlay is rendered when a dialog is shown.

  • ‘transparent’: A semi-transparent overlay that allows content behind to be partially visible (default behavior)
  • ‘opaque’: A fully opaque overlay that completely blocks the view of content behind the dialog