Interface InstalledAppsOptions
Source: installedApps.ts
Properties
sort?
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?
optionalfilter?: (app:App) =>boolean
Optional predicate to narrow the list.
Parameters
app
Returns
boolean