GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.18.0
  • Code samples
  • GitHub

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;
  • IDashboardAttributeFilterProps.passDropdownButton property
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use