CmdUiFocusSet
Define foco UI explícito para uma janela.
Arguments
| Field | Type | Description |
|---|---|---|
| windowId | u32 | Janela de foco |
| realmId | u32 | Realm UI alvo |
| documentId | u32 | Documento alvo |
| nodeId | Option |
Nó alvo (default 0) |
Response
Returns CmdResultUiFocusSet:
| Field | Type | Description |
|---|---|---|
| success | bool | Foco atualizado |
| message | String | Status ou erro |
Validation
realmIddeve existir.documentIddeve existir e pertencer aorealmId.nodeId(quando informado e diferente de0) deve existir no documento.
Documentation Vulfram Core