passDropdownButton
Home > @gooddata/sdk-ui-dashboard > IDashboardAttributeFilterProps > passDropdownButton
IDashboardAttributeFilterProps.passDropdownButton property
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.
Controls whether the internal implementation of dashboard filter dropdown button should be used. When true (default), the AttributeFilterButton will receive a DropdownButtonComponent. When false, the AttributeFilterButton will not receive a DropdownButtonComponent and therefore can be overridden by the custom component.
This is useful when extending DashboardAttributeFilterComponent and want to use a different default dropdown button component internally but still want to make possible to customize the dropdown button component by user. Note: It is used in DashboardFilterGroupComponent.
Signature:
passDropdownButton?: boolean;