Documentation

width()

Sets the outer, minimum, and/or maximum width of the element.

width(
width: BindingOrValue<string | number | undefined>,
minWidth?: BindingOrValue<string | number | undefined>,
maxWidth?: BindingOrValue<string | number | undefined>,
): this;

Parameters

Return value

The builder instance for chaining.

Related