IMeasureValueFilterBodyProps
Home > @gooddata/sdk-ui-filters > IMeasureValueFilterBodyProps
IMeasureValueFilterBodyProps interface
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.
Props passed to a custom body component supplied via IMeasureValueFilterCustomComponentProps.BodyComponent. The body is the area between the optional header and the actions footer — by default it renders the conditions, dimensionality and preview sections, and is replaced wholesale when a BodyComponent is provided.
Signature:
export interface IMeasureValueFilterBodyProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
() => void |
(BETA) Callback invoked when the Apply control is activated. | ||
|
() => void |
(BETA) Closes the dropdown, mirroring a Cancel/Close click. |