ITempFilterContext
Home > @gooddata/sdk-model > ITempFilterContext
ITempFilterContext 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.
Temporary filter context serves to override original dashboard filter context during the dashboard export
Signature:
export interface ITempFilterContext
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
created | readonly | string | (ALPHA) Filter context created time YYYY-MM-DD HH:mm:ss |
filters | readonly | FilterContextItem[] | (ALPHA) Attribute or date filters |
ref | readonly | ObjRef | (ALPHA) Temp filter context ref |
uri | readonly | string | (ALPHA) Temp filter context uri |