IReportVisualizationSlot
Home > @gooddata/sdk-model > IReportVisualizationSlot
IReportVisualizationSlot 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.
Slot rendering an insight, with its own filter context.
Signature:
export interface IReportVisualizationSlot extends IReportSlotBase
Extends: IReportSlotBase
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(ALPHA) (Optional) Date dataset the report's period (periodStart/periodEnd) is applied to as an absolute date filter at execution time. Undefined = backend date-dataset auto-resolution applies. | |||
|
(ALPHA) (Optional) Slot-level filters, applied on top of the effective content and page filters. A slot filter targeting the same object replaces the inherited one. | |||
|
(ALPHA) (Optional) Content- and page-level filters this slot ignores (matched by display form / date dataset). | |||
|
boolean |
(ALPHA) (Optional) When true, the implicit date filter derived from the report's period is not applied to this slot. | ||
|
(ALPHA) (Optional) Insight to render. Undefined = declared-but-empty slot; renderers show a placeholder. | |||
|
(ALPHA) (Optional) Visualization properties overriding the insight's own. | |||
|
boolean |
(ALPHA) (Optional) | ||
|
string |
(ALPHA) (Optional) Optional title rendered above the visualization. Supports | ||
|
"visualization" |
(ALPHA) |