Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InstalledApp

An installed app.

Hierarchy

  • InstalledApp

Index

Properties

loadIcon

loadIcon: function

Tries to load the icon file of the app.

returns

The promise with the data URI or (false) if it does not exist.

Type declaration

    • (): Promise<string | false>
    • Returns Promise<string | false>

loadIgnoreFile

loadIgnoreFile: function

Tries to load the '.egoignore' file of the app.

returns

The promise with the entries or (false) if it does not exist.

Type declaration

    • (): Promise<string[] | false>
    • Returns Promise<string[] | false>

loadPackageJSON

loadPackageJSON: function

Tries to load the 'package.json' file of the app.

returns

The promise with the data or (false) if it does not exist.

Type declaration

loadREADME

loadREADME: function

Tries to load the 'README.md' file of the app.

returns

The promise with the content or (false) if it does not exist.

Type declaration

    • (): Promise<string | false>
    • Returns Promise<string | false>

path

path: string

The directory, where the app is installed.

Generated using TypeDoc