Skip to main content

IPluginDetails

Admin Docs


Interface: IPluginDetails

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

Extends

Extended by

Properties

author

author: string

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

Inherited from

IPluginMeta.author


cdnUrl

cdnUrl: string

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


changelog

changelog: object[]

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

changes

changes: string[]

date

date: string

version

version: string


description

description: string

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

Inherited from

IPluginMeta.description


features?

optional features: string[]

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


homepage?

optional homepage: string

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


icon

icon: string

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

Inherited from

IPluginMeta.icon


id

id: string

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

Inherited from

IPluginMeta.id


license?

optional license: string

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


name

name: string

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

Inherited from

IPluginMeta.name


readme

readme: string

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


screenshots

screenshots: string[]

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


tags?

optional tags: string[]

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


version

version: string

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