sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias FilterWidgetControlSize Beta

FilterWidgetControlSize: "l" | "m" | "s" | "xl" | "xs"

Height of the filter control, as a step rather than a pixel value. Maps to pixel heights: xs=24, s=28, m=32, l=36, xl=40.

Example

const size: FilterWidgetControlSize = 'l';
Last Updated: