uimod.list
Overview
- Returns a JSON array of all currently mounted UI mods with parent grouping.
Metadata
| Field | Value |
|---|---|
| Display | List Mounted UI Mods |
| Category | uimod |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON array; each element is an object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
mod_id | string | yes | Mod ID |
state | int | yes | Mod instance state value (-1 if no instance) |
has_view | bool | yes | Whether a view is created and valid |
parent | string | no | Parent host name for multi-app mods |
url | string | no | Entry URL |
Usage
await inzoi.cli.execute('uimod.list');