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