navigateTo()
Sets a navigation target, making the button behave like a link.
navigateTo(navigateTo?: BindingOrValue<StringConvertible>): this;
Parameters
- navigateTo — The navigation path.
Return value
The builder instance for chaining.
Related
class ButtonBuilder static
A builder class for creating UIButton instances.
