Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Channel

Hierarchy

  • Channel

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • id: string

    Returns Channel

Properties

id

id: string

value

value: any

Methods

listen

  • listen(callback: any): void
  • Parameters

    • callback: any

    Returns void

send

  • send(value: any): void
  • Parameters

    • value: any

    Returns void

Generated using TypeDoc