IForecastView
Home > @gooddata/sdk-backend-spi > IForecastView
IForecastView 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.
Represents a prediction, lower bound and upper bound for a forecast.
Signature:
export interface IForecastView
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
headerItems | IResultHeader[][][] | (BETA) | |
high | DataValue[][] | (BETA) | |
loading | boolean | (BETA) | |
low | DataValue[][] | (BETA) | |
prediction | DataValue[][] | (BETA) |