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