Bixby Developer Center

References

url

optionalvalue optional

The URL to navigate users to when they tap on the component.

Note

If you specify a URL, the external link badge is shown by default. If you want to add a label to your external link badge, specify the external-link-badge key like in the example below.

Example

image-card {
.
.
.
on-click {
url (http://bixbydevelopers.com)
external-link-badge {
label (Bixby Developer Center)
}
}
}

Child Keys

template
optional
Text to be passed
template-macro
optional
Encapsulates dialog logic that normally would lead to duplication