Class MockPlaceWebsocketModule

Indexable

  • [name: string]: any

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Call method on the module

    Type Parameters

    • T = any

    Parameters

    • command: string

      Name of the method to call on the module

    • args: any[] = []

      Array of arguments to pass to the method being called

    Returns null | T

  • Subscribe to value changes on the given property

    Type Parameters

    • T = any

    Parameters

    • prop_name: string

      Name of the property

    Returns Observable<T>