Skip to content

Documentation / jpl-vite / index / ResolvedPluginConfig

Interface: ResolvedPluginConfig

Extends

Properties

app_min_version

app_min_version: string

Inherited from

PluginConfig.app_min_version

Defined in

jpl-vite/src/index.ts:34


app_min_version_mobile?

optional app_min_version_mobile: string

Inherited from

PluginConfig.app_min_version_mobile

Defined in

jpl-vite/src/index.ts:35


author?

optional author: string

Inherited from

PluginConfig.author

Defined in

jpl-vite/src/index.ts:39


categories?

optional categories: Category[]

Inherited from

PluginConfig.categories

Defined in

jpl-vite/src/index.ts:43


description?

optional description: string

Inherited from

PluginConfig.description

Defined in

jpl-vite/src/index.ts:38


homepage_url?

optional homepage_url: string

Inherited from

PluginConfig.homepage_url

Defined in

jpl-vite/src/index.ts:41


icons?

optional icons: Icons

Inherited from

PluginConfig.icons

Defined in

jpl-vite/src/index.ts:45


id

id: string

Inherited from

PluginConfig.id

Defined in

jpl-vite/src/index.ts:31


keywords?

optional keywords: string[]

Inherited from

PluginConfig.keywords

Defined in

jpl-vite/src/index.ts:40


manifest_version

manifest_version: 1

Inherited from

PluginConfig.manifest_version

Defined in

jpl-vite/src/index.ts:32


name

name: string

Inherited from

PluginConfig.name

Defined in

jpl-vite/src/index.ts:33


platforms?

optional platforms: Platform[]

Inherited from

PluginConfig.platforms

Defined in

jpl-vite/src/index.ts:37


promo_tile?

optional promo_tile: Image

Inherited from

PluginConfig.promo_tile

Defined in

jpl-vite/src/index.ts:46


repository_url?

optional repository_url: string

Inherited from

PluginConfig.repository_url

Defined in

jpl-vite/src/index.ts:42


root

root: string

Defined in

jpl-vite/src/index.ts:54


screenshots?

optional screenshots: Image[]

Inherited from

PluginConfig.screenshots

Defined in

jpl-vite/src/index.ts:44


version?

optional version: string

Inherited from

PluginConfig.version

Defined in

jpl-vite/src/index.ts:36


vite?

optional vite: UserConfig

Inherited from

PluginConfig.vite

Defined in

jpl-vite/src/index.ts:50

Released under the MIT License.