Skip to main content

IInstalledPlugin

Admin Docs


Interface: IInstalledPlugin

Defined in: src/plugin/types.ts:113

Extends

Properties

author

author: string

Defined in: src/plugin/types.ts:93

Inherited from

IPluginDetails.author


cdnUrl

cdnUrl: string

Defined in: src/plugin/types.ts:99

Inherited from

IPluginDetails.cdnUrl


changelog

changelog: object[]

Defined in: src/plugin/types.ts:106

changes

changes: string[]

date

date: string

version

version: string

Inherited from

IPluginDetails.changelog


description

description: string

Defined in: src/plugin/types.ts:92

Inherited from

IPluginDetails.description


features?

optional features: string[]

Defined in: src/plugin/types.ts:105

Inherited from

IPluginDetails.features


homepage?

optional homepage: string

Defined in: src/plugin/types.ts:102

Inherited from

IPluginDetails.homepage


icon

icon: string

Defined in: src/plugin/types.ts:94

Inherited from

IPluginDetails.icon


id

id: string

Defined in: src/plugin/types.ts:90

Inherited from

IPluginDetails.id


license?

optional license: string

Defined in: src/plugin/types.ts:103

Inherited from

IPluginDetails.license


name

name: string

Defined in: src/plugin/types.ts:91

Inherited from

IPluginDetails.name


readme

readme: string

Defined in: src/plugin/types.ts:100

Inherited from

IPluginDetails.readme


screenshots

screenshots: string[]

Defined in: src/plugin/types.ts:101

Inherited from

IPluginDetails.screenshots


status

status: "active" | "inactive"

Defined in: src/plugin/types.ts:114


tags?

optional tags: string[]

Defined in: src/plugin/types.ts:104

Inherited from

IPluginDetails.tags


version

version: string

Defined in: src/plugin/types.ts:98

Inherited from

IPluginDetails.version