Options
All
  • Public
  • Public/Protected
  • All
Menu

A namespace for plugin functionality.

Indexable

[key: string]: JSONValue

A namespace for plugin functionality.

Index

Type aliases

Properties

Type aliases

Phase

Phase: "compose" | "fetch"

The phases during which a transformation may be applied to a plugin.

Transform

Transform: function

A function that transforms a plugin object before it is consumed by the setting registry.

Type declaration

Properties

data

The collection of values for a specified plugin.

id

id: string

The name of the plugin.

raw

raw: string

The raw user settings data as a string containing JSON with comments.

schema

schema: ISchema

The JSON schema for the plugin.

version

version: string

The published version of the NPM package containing the plugin.

Generated using TypeDoc