Documentation

when()

Sets the condition for showing the content, using UIShowView.when.

when(when: BindingOrValue<any>): this;

Parameters

Return value

The builder instance for chaining.

Related