IAttributeFilterCoreProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterCoreProps
IAttributeFilterCoreProps interface
Signature:
export interface IAttributeFilterCoreProps
Properties
Property | Type | Description |
---|---|---|
backend? | IAnalyticalBackend | (Optional) Specify an instance of analytical backend instance to work with. |
connectToPlaceholder? | IPlaceholder<IAttributeFilter> | (Optional) Specify IPlaceholder to use to get and set the value of the attribute filter. |
filter? | IAttributeFilter | (Optional) Specify an attribute filter that will be customized using this filter. |
fullscreenOnMobile? | boolean | (Optional) Customize, whether the filter should take the entire screen on mobile devices. |
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. |
identifier? | Identifier | (Optional) Specify identifier of attribute display form, for which you want to construct the filter. |
locale? | ILocale | (Optional) Locale to use for localization of appearing texts. |
onApply? | OnApplyCallbackType | (Optional) Specify function which will be called when user clicks 'Apply' button. |
onError? | (error: GoodDataSdkError) => void | (Optional) Callback that will be triggered when error is thrown. |
parentFilterOverAttribute? | ParentFilterOverAttributeType | (Optional) Specify the over attribute - an attribute the filter and its parent filter are connected through. |
parentFilters? | AttributeFiltersOrPlaceholders | (Optional) Specifies a parent attribute filter that will be used to reduce options for for current attribute filter. |
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. |
title? | string | (Optional) Specify title for the attribute filter. |
workspace? | string | (Optional) Specify workspace to work with. |