IThemeMessageVariant
Home > @gooddata/sdk-model > IThemeMessageVariant
IThemeMessageVariant interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Theme properties for a message variant
Signature:
export interface IThemeMessageVariant
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backgroundColor? | ThemeColor | (BETA) (Optional) Background color of the message | |
borderColor? | ThemeColor | (BETA) (Optional) Border color of the message | |
borderRadius? | string | (BETA) (Optional) Radius of the message border in px | |
borderWidth? | string | (BETA) (Optional) Width of the message border in px | |
closeButtonColor? | ThemeColor | (BETA) (Optional) Color of the close button | |
dropShadow? | boolean | (BETA) (Optional) Determines if drop shadow is applied | |
linkButtonColor? | ThemeColor | (BETA) (Optional) Color of the link button | |
textColor? | ThemeColor | (BETA) (Optional) Text color of the message |