when()
Sets the condition for showing the content, using UIShowView.when.
when(when: BindingOrValue<any>): this;
Parameters
- when — A boolean value or binding. The content is shown when this is truthy.
Return value
The builder instance for chaining.
Related
class ShowBuilder static
A builder class for creatingUIShowViewinstances.
