Options
All
  • Public
  • Public/Protected
  • All
Menu

A namespace for plugin functionality.

Index

Type aliases

Type aliases

Phase

Phase: "compose" | "fetch"

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

Transform

Transform: (plugin: IPlugin) => IPlugin

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

Type declaration

Generated using TypeDoc