Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HtmlResponse<TData>

Html Canvas Response

Type parameters

  • TData: JsonObject

Hierarchy

Implements

Constructors

Properties

Accessors

Constructors

constructor

Properties

Optional suppressMic

suppressMic: undefined | false | true

Provide an option so that mic won't be opened after this immersive response.

Optional updatedState

updatedState: ApiClientObjectMap<any>

Communicate the following JSON object to the app.

Optional url

url: undefined | string

The url of the application.

Accessors

data

  • get data(): TData
  • set data(data: TData): void

suppress

  • get suppress(): boolean
  • set suppress(suppress: boolean): void

Generated using TypeDoc