Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for CXone pop url

Hierarchy

Index

Constructors

Properties

closePopoutUponTermination: boolean
remarks
  • If popped out, should the page be auto-closed when the contact is terminated.
contactId: string
remarks
  • Unique identifier of sender contact id
iisHost: string

iis hosting event details

popDestination: string
remarks
  • Destination of PopURL
popoutWindowHeight: number
remarks
  • If popped out, the default window height.
popoutWindowWidth: number
remarks
  • If popped out, the default window width.
tabTitle: string
remarks
  • The textual "friendly" label to show as the Contact Panel tab title
url: string
remarks
  • Action of PopURL
vcHost: string

vc hosting event details

Methods

  • parse(data: {}): void
  • The constructor will take the data object and assign the values to the cxone page open class properties

    example
    cxonePopUrl.parse(pageOpen);
    

    Parameters

    • data: {}

      Data object received

      • [key: string]: string

    Returns void

Generated using TypeDoc