Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationProps

Representation of all backend and frontend related Theia extension and application properties.

Hierarchy

Indexable

[key: string]: any

Representation of all backend and frontend related Theia extension and application properties.

Index

Properties

Readonly backend

backend: { config: RequiredRecursive<Partial> }

Backend specific properties.

Type declaration

Readonly frontend

frontend: { config: RequiredRecursive<Partial> }

Frontend related properties.

Type declaration

Readonly generator

generator: { config: RequiredRecursive<Partial> }

Generator specific properties.

Type declaration

Readonly next

next: boolean

Defaults to false.

Readonly registry

registry: string

Defaults to https://registry.npmjs.org/.

Readonly target

target: "browser" | "electron"

Whether the extension targets the browser or electron. Defaults to browser.