Documentation

hideWhen()

Hides the element when a specified condition is true.

hideWhen(condition: BindingOrValue<any>): this;

Notes

Parameters

Return value

The builder instance for chaining.

Related