Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployPluginContextWrapper<TContext>

An object that wraps the object that is used in a plugin that uses a context.

Type parameters

  • TContext

Hierarchy

  • DeployPluginContextWrapper

Index

Properties

Properties

context

context: TContext

The context.

Optional destroy

destroy: function

Optional logic to "destroy" / "dispose" the context.

Type declaration

    • (): Promise<TContext>
    • Returns Promise<TContext>

Generated using TypeDoc