IThemeModal
Home > @gooddata/sdk-model > IThemeModal
IThemeModal interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Modal customizable properties.
Signature:
export interface IThemeModal
Properties
Property | Type | Description |
---|---|---|
borderColor? | ThemeColor | (BETA) (Optional) Color of the border |
borderRadius? | string | (BETA) (Optional) Radius of the border in px |
borderWidth? | string | (BETA) (Optional) Width of the border |
dropShadow? | boolean | (BETA) (Optional) Flag determining whether the button has a shadow or not |
outsideBackgroundColor? | ThemeColor | (BETA) (Optional) Background color of the modal surroundings |
title? | IThemeModalTitle | (BETA) (Optional) Title of the modal |