Configuration for modal backdrop.
interface ModalBackdropConfig { color?: string; enabled?: boolean; opacity?: number;}
color?: string
Color of the backdrop.
'black' Copy
'black'
enabled?: boolean
Whether to show backdrop behind the modal.
true Copy
true
opacity?: number
Opacity of the backdrop (0-1).
0.7 Copy
0.7
Configuration for modal backdrop.