IThemeDefinition
Home > @gooddata/sdk-model > IThemeDefinition
IThemeDefinition interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Theme definition represents modified or created theme
Signature:
export interface IThemeDefinition extends Partial<IMetadataObject>
Extends: Partial<IMetadataObject>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
theme | readonly | ITheme | (ALPHA) |
type | readonly | "theme" | (ALPHA) |