Skip to main content

uimod.apps

Overview

  • Shows all apps in a multi-app mod with enabled/mounted status.

Metadata

FieldValue
DisplayList Multi-App Config
Categoryuimod
AccessPublic
ScopeB1Standalone
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
mod_idstringyesParent mod ID (e.g. DevTools)

Returns

Returns a JSON array; each element is an object with the following fields:

FieldTypeRequiredDescription
namestringyesApp folder name
enabledboolyesWhether the app is enabled
mountedboolyesWhether the app is mounted

Usage

await inzoi.cli.execute('uimod.apps', {
mod_id: '',
});