IDashboardRichTextProps
Home > @gooddata/sdk-ui-dashboard > IDashboardRichTextProps
IDashboardRichTextProps interface
Rich text widget props.
Signature:
export interface IDashboardRichTextProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend? | IAnalyticalBackend | (ALPHA) (Optional) Backend to work with. | |
clientHeight? | number | (ALPHA) (Optional) Height of the rich text widget container. | |
clientWidth? | number | (ALPHA) (Optional) Width of the rich text widget container. | |
widget | IRichTextWidget | Definition of insight widget to render. | |
workspace? | string | (ALPHA) (Optional) Workspace where the Insight widget exists. |