Skip to content

Interface InstalledAppsOptions

Source: installedApps.ts

Properties

sort?

optional sort?: boolean | ((a: App, b: App) => number)

Comparator function (defaults to alphabetical by name) or a boolean. If the value is true, the default sorting function is used, if it is false, the sorting step is skipped.


filter?

optional filter?: (app: App) => boolean

Optional predicate to narrow the list.

Parameters

app

App

Returns

boolean

Built by Prozilla