A hologram model interface method.

It has a name, an input type and an output type.

Implements

Constructors

Properties

_inputType?: Type
_name?: string
_outputType?: Type

Accessors

  • get inputType(): Type
  • The input type of the method.

    Returns Type

  • get name(): string
  • The name of the method.

    Returns string

  • get outputType(): Type
  • The output type of the method.

    Returns Type

Methods

Generated using TypeDoc