Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for CXone Indicators

Hierarchy

Index

Constructors

Properties

remarks
  • Type of indicator
actionValue: string
remarks
  • Action of indicator
contactId: string
remarks
  • Unique identifier of sender contact id
customFormCallback?: ((event: any) => void)

Type declaration

    • (event: any): void
    • remarks
      • Callback method for custom form

      Parameters

      • event: any

      Returns void

iisHost: string

iis hosting event details

imageFile: string
remarks
  • path of indicator image
indicatorName: string
remarks
  • Unique identifier of indicator
isContactIndicator: boolean
remarks
  • Type of Indicator - Agent / Contact
isEnabled: boolean
remarks
toolTip: string
remarks
  • Tooltip of indicator
vcHost: string

vc hosting event details

Methods

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

    example
    cxoneIndicator.parse(indicator);
    

    Parameters

    • data: {}

      Data object received

      • [key: string]: any

    Returns void

Generated using TypeDoc