Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInstalledEntry

Wire format for installed extensions.

Hierarchy

  • IInstalledEntry

Index

Properties

description

description: string

A short description of the extension.

enabled

enabled: boolean

Whether the extension is currently enabled.

install

install: IInstallEntry

The information about extension installation.

Optional installed

installed: boolean

Whether the extension is currently installed.

installed_version

installed_version: string

The installed version of the extension.

latest_version

latest_version: string

The latest version of the extension.

name

name: string

The name of the extension.

pkg_type

pkg_type: "source" | "prebuilt"

The package type (prebuilt or source).

status

status: "error" | "ok" | "warning" | "deprecated"

A flag indicating the status of an installed extension.

url

url: string

A representative link of the package.

Generated using TypeDoc