Skip to main content

IPluginDetails

Admin Docs


Interface: IPluginDetails

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

Extends

Extended by

Properties

author

author: string

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

Inherited from

IPluginMeta.author


cdnUrl

cdnUrl: string

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


changelog

changelog: object[]

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

changes

changes: string[]

date

date: string

version

version: string


description

description: string

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

Inherited from

IPluginMeta.description


features?

optional features: string[]

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


homepage?

optional homepage: string

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


icon

icon: string

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

Inherited from

IPluginMeta.icon


id

id: string

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

Inherited from

IPluginMeta.id


license?

optional license: string

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


name

name: string

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

Inherited from

IPluginMeta.name


readme

readme: string

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


screenshots

screenshots: string[]

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


tags?

optional tags: string[]

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


version

version: string

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