BodyComponent
Home > @gooddata/sdk-ui-filters > IMeasureValueFilterCustomComponentProps > BodyComponent
IMeasureValueFilterCustomComponentProps.BodyComponent property
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.
Customize the dropdown body — the area between the header and the actions footer.
Signature:
BodyComponent?: ComponentType<IMeasureValueFilterBodyProps>;
Remarks
- If not provided, the default body (conditions + dimensionality + preview) is rendered. - When provided, the host owns the entire body: typical uses include swapping in an alternate view such as a configuration panel.