Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for AgentWorkflowEventFieldsData

example
const agentWorkflowEventFieldsData = new AgentWorkflowEventFieldsData();

Hierarchy

  • AgentWorkflowEventFieldsData

Index

Constructors

Properties

Methods

Constructors

Properties

label: string

label of workflow event field

name: string

name of workflow event field

value: string

value of workflow event field

Methods

  • parse(data: WorkflowFieldsData): void
  • Used to parse Workflow field dynamic data

    example
    agentWorkflowEventFieldsData.parse(data);
    

    Parameters

    • data: WorkflowFieldsData

      data to be parsed

    Returns void

Generated using TypeDoc