AddAttributeFilterPayload
Home > @gooddata/sdk-ui-dashboard > AddAttributeFilterPayload
AddAttributeFilterPayload interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the AddAttributeFilter command.
Signature:
export interface AddAttributeFilterPayload
Properties
Property | Type | Description |
---|---|---|
displayForm | ObjRef | (BETA) |
index | number | (BETA) |
initialIsNegativeSelection? | boolean | (BETA) (Optional) Specify if the initial selection of attribute elements is a negative one: if true, the elements selected should NOT be included in teh results. |
initialSelection? | IAttributeElements | (BETA) (Optional) Specify the initial selection of attribute elements. If not provided all elements will be selected by default. |
parentFilters? | ReadonlyArray<IDashboardAttributeFilterParent> | (BETA) (Optional) Specify parent filters whose selected values will be used to narrow down the selection in this newly added filter. |