Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VendorModule<Params>

The class which all gateware-ts vendor modules must extend. This class should never be instaniated.

Type parameters

  • Params

    A type or interface representing the parameters this vendor module should be instantiated with

Hierarchy

  • VendorModule

Index

Constructors

Properties

Methods

Constructors

constructor

  • new VendorModule(moduleName: string, params: Params): VendorModule

Properties

moduleName

moduleName: string

For for this instantiated vendor module

Methods

input

output

Generated using TypeDoc