Information about an extension.

Hierarchy

  • IEntry

Properties

allowed: boolean

Whether the extension is allowed or not.

approved: boolean

Whether the extension is approved by the system administrators.

author?: string

Package author.

bug_tracker_url?: string

URL to the package bug tracker.

description: string

A short description of the extension.

documentation_url?: string

URL to the package documentation.

enabled: boolean

Whether the extension is currently enabled.

homepage_url: string

A representative link of the package.

install?: IInstall

The information about extension installation.

installed?: boolean

Whether the extension is currently installed.

installed_version: string

The installed version of the extension.

latest_version: string

The latest version of the extension.

license?: string

Package license.

name: string

The name of the extension.

package_manager_url?: string

URL to the package URL in the packager website.

pkg_type: "source" | "prebuilt"

The package type (prebuilt or source).

repository_url?: string

URL to the package code source.

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

A flag indicating the status of an installed extension.

Generated using TypeDoc