Options
All
  • Public
  • Public/Protected
  • All
Menu

Information about an extension.

Hierarchy

  • IEntry

Index

Properties

allowedExtensionsEntry

allowedExtensionsEntry: IListEntry | undefined

blockedExtensionsEntry

blockedExtensionsEntry: IListEntry | undefined

description

description: string

A short description of the extension.

enabled

enabled: boolean

Whether the extension is currently enabled.

install

install: IInstall | undefined

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: "prebuilt" | "source"

The package type (prebuilt or source).

status

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

A flag indicating the status of an installed extension.

url

url: string

A representative link of the package.

Generated using TypeDoc