Bixby Developer Center

References

submit-button

optionalvalue optional

Enables you to customize the text of the submit button for certain components.

Example

input-view {
match: Car (car)

render {
form {
elements {
...
}
on-submit { ... }
submit-button (Add Car)
}
}
}

Child Keys

macro
optional
Defines a layout, a portion of a layout, or a dialog with a macro
template
optional
Text to be passed
template-macro
optional
Encapsulates dialog logic that normally would lead to duplication