Opens a link when the behavior is triggered.
button {
control = "tertiary"
title = "Learn more about Direct Debits"
behavior = LinkBehavior.build {
url = "https://wise.com/help/articles/2977956/getting-started-with-direct-debits"
}
}| Property | Type | Required | Description |
|---|---|---|---|
type | String | Yes | It must be link. |
url | String | Yes | The URL of the link to open |