Performs an Action when the behavior is triggered.
button {
control = "primary"
title = "Confirm and send"
behavior = ActionBehavior.build {
action {
url = "/transfers/confirm"
method = HttpMethod.POST
}
}
}| Property | Type | Required | Description |
|---|---|---|---|
action | Action | Yes | The action to perform |
type | String | Yes | It must be action. |