Class InterfaceChannel

A hologram model interface channel.

A channel is a named type that can be used to send and receive messages.

Implements

Constructors

Properties

_name?: string
_type?: Type

Accessors

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

    Returns string

  • get type(): Type
  • The type of the channel.

    Returns Type

Methods

Generated using TypeDoc