IAttributeFilterHandlerOptionsBase
Home > @gooddata/sdk-ui-filters > IAttributeFilterHandlerOptionsBase
IAttributeFilterHandlerOptionsBase interface
Common options for initialization of the IAttributeFilterHandler.
Signature:
export interface IAttributeFilterHandlerOptionsBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
displayAsLabel? | ObjRef | (Optional) If specified, the attribute filter will display the elements in specified label form. | |
enableDuplicatedLabelValuesInAttributeFilter? | boolean | (Optional) Enables duplicated values in secondary labels. | |
hiddenElements? | string[] | (Optional) If specified, these will be excluded from the elements available for selection and will also be removed from the resulting filter. This effectively behaves as if those elements were not part of the underlying display form. | |
staticElements? | IAttributeElement[] | (Optional) If specified, these elements will replace the elements that would be loaded from the server. Note that if using this, limiting measures and/or filters will not work: it is your responsibility to filter the static elements yourself. |