CmdUiFocusSet
Defines explicit UI focus for a window.
Arguments
| Field | Type | Description |
|---|---|---|
| windowId | u32 | Focus window |
| realmId | u32 | Target UI realm |
| documentId | u32 | Target document |
| nodeId | Option |
Target node (default 0) |
Response
Returns CmdResultUiFocusSet:
| Field | Type | Description |
|---|---|---|
| success | bool | Focus updated |
| message | String | Status or error |
Validation
realmIdmust exist.documentIdmust exist and belong torealmId.nodeId(when provided and different from0) must exist in the document.
Documentation Vulfram Core