Skip to content

Interface: LensExtensionManifest#

Common.LensExtensionManifest

Table of contents#

Properties#

Properties#

description#

Optional description: string


engines#

engines: Object

Supported Lens version engine by extension could be defined in manifest.engines.lens Only MAJOR.MINOR version is taken in consideration.

Type declaration#

Name Type
lens string
node? string
npm? string

main#

Optional main: string


name#

name: string


renderer#

Optional renderer: string


storeName#

Optional storeName: string

Specify extension name used for persisting data. Useful if extension is renamed but the data should not be lost.


version#

version: string