Options
All
  • Public
  • Public/Protected
  • All
Menu

Information about an extension.

Hierarchy

  • IEntry

Index

Properties

allowedExtensionsEntry

allowedExtensionsEntry: IListEntry

blockedExtensionsEntry

blockedExtensionsEntry: IListEntry

description

description: string

A short description of the extension.

enabled

enabled: boolean

Whether the extension is currently enabled.

install

install: IInstall

The information about extension installation.

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