Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.simular.ai/llms.txt

Use this file to discover all available pages before exploring further.

Class: System

Defined in: index.d.ts:998 Provides system-wide operations.

Constructors

Constructor

new System(): System

Returns

System

Methods

fuzzySearch()

static fuzzySearch(query): App
Defined in: index.d.ts:1005 Tries to find an installed app by fuzzy matching against the available app list.

Parameters

query
string

Returns

App

listApps()

static listApps(): App[]
Defined in: index.d.ts:1000 Returns all available applications.

Returns

App[]