Action
Use Action to run requests and state changes in order when someone presses its one terminal Button or Link. A control with to navigates and ends the action.
| Parameter | Description |
|---|---|
| if | Conditional rendering expression. |
Usage
xml
Request
| Parameter | Description |
|---|---|
| url | Solution-relative request URL. |
| method | HTTP request method. |
| form | |
| json | |
| closeDialog |
Patch
| Parameter | Description |
|---|---|
| state | Literal State identifier to patch, or State/Query identifier to invalidate. |
| value | Object expression containing declared State properties to update. Specify exactly one of value or invalidate="true". |
| invalidate | Reinitializes the referenced State or refetches the referenced Query. Specify exactly one of value or invalidate="true". |
Validate
| Parameter | Description |
|---|---|
| value | Object expression to validate and normalize before a request. |
| rules | Declarative field validation rules expression. |