containerVariant
The cell variant (and style) used for the outer dialog container.
containerVariant: UIVariant<UICell>
Notes
- The default style is based on
ui.style.CELL_BG
and includes properties for dimensions and border radius. - Margin is set to
auto
to center the dialog on the screen if possible. - An
Elevate
effect is applied to add a drop shadow to the dialog.
Related
- class DialogStylesA class that defines the styles for the default modal dialog view.