CmdUiAccessKitActionRequest
Bridge for AccessKit accessibility actions sent by the host.
Arguments
| Field | Type | Description |
|---|---|---|
| windowId | u32 | Source window |
| realmId | Option |
Target realm (optional) |
| action | String | Host-serialized action |
Response
Returns CmdResultUiInputEvent:
| Field | Type | Description |
|---|---|---|
| success | bool | false in current fallback behavior |
| message | String | Diagnostic message |
Notes
In the current runtime, this command is fallback-only and emits SystemEvent::Error (scope = "ui-input").
Documentation Vulfram Core