MeasureValueFilterDropdownActions()
Home > @gooddata/sdk-ui-filters > MeasureValueFilterDropdownActions
MeasureValueFilterDropdownActions() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Default Apply/Cancel footer rendered inside the Measure Value Filter dropdown.
Mirrors the behaviour of the attribute filter's AttributeFilterDropdownActions(): when withoutApply is true the Apply button is hidden and the Cancel button is rendered as Close. Hosts that supply their own IMeasureValueFilterCustomComponentProps.DropdownActionsComponent can compose with this default to add extra controls without re-implementing the Apply/Cancel pipeline.
Signature:
export declare function MeasureValueFilterDropdownActions({ onApplyButtonClick, onCancelButtonClick, isApplyDisabled, applyDisabledTooltip, withoutApply }: IMeasureValueFilterDropdownActionsProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ onApplyButtonClick, onCancelButtonClick, isApplyDisabled, applyDisabledTooltip, withoutApply } |
Returns:
import("react/jsx-runtime").JSX.Element