Options
All
  • Public
  • Public/Protected
  • All
Menu

Model Class for the DigitalContactEvent

Hierarchy

  • CoBrowseEvent

Index

Constructors

Properties

remarks
  • The data for coBrowseEvent.
eventName: string
remarks
  • Name of the event.
iisHost: string
remarks
type: string
remarks
  • Name of type.
vcHost: string
remarks

Methods

  • parse(data: {}): void
  • used to parse the data

    example
    coBrowseEvent.parse(data);
    

    Parameters

    • data: {}
      • [key: string]: string

    Returns void

Generated using TypeDoc