object.list_carriable
Overview
- Returns all objects whose DetailType maps to FB2CarriableObject or subclasses (bag-eligible items).
Metadata
| Field | Value |
|---|---|
| Display | List Carriable Objects |
| Category | object |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
items | array | yes | Carriable objects |
items[].id | string | yes | Object id |
items[].label | string | yes | Localized display name |
Usage
await inzoi.cli.execute('object.list_carriable');