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

Type declaration

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

      Parameters

      Returns IPlugin

Generated using TypeDoc