Documentation

maxHeight()

Sets the maximum height of the element.

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

Parameters

Return value

The builder instance for chaining.

Related