IDashboardFilterViewSaveRequest
Home > @gooddata/sdk-model > IDashboardFilterViewSaveRequest
IDashboardFilterViewSaveRequest 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.
Interface that represents an entity provided to SPI function that creates a new dashboard filter view IDashboardFilterView entity.
Signature:
export interface IDashboardFilterViewSaveRequest
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dashboard | readonly | ObjRef | (ALPHA) |
filterContext | readonly | IFilterContextDefinition | (ALPHA) |
isDefault? | readonly | boolean | (ALPHA) (Optional) |
name | readonly | string | (ALPHA) |