Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TerraformInjector

Synchronous DI class interface.

You can provide any elements inheriting TerraformElement with provide method.

And there is a special backend method only for providing an TerraformBackend element.

You can later inject all the dependencies below the scope level of the instance by using inject method.

Hierarchy

Implemented by

Index

Methods

  • inject(): void
  • onNewElementInjected(onNewElementInjectedCallback: ((element: TerraformElement) => void)): TerraformInjector
  • setDefaultConfigure(defaultConfigure: ((id: string, className: string, description?: string) => {})): TerraformInjector

Generated using TypeDoc