Documentation

minHeight()

Sets the minimum height of the element.

minHeight(minHeight: BindingOrValue<string | number | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related