Tool

Step: specific step of tool is viewable

eventData: {
 "event": "tool-step",
 "info": {
  "name": "postcode 3check",
  "step": 0,
  "stepname": "postcode invoer"
}

Completestep: step of tool is completed (optional)

eventData: {
 "event": "tool-step",
 "info": {
  "name": "postcode 3check",
  "step": 0,
  "stepname": "postcode invoer"
}

Laststep : last step of tool

eventData: {
 "event": "tool-laststep",
 "info": {
  "name": "postcode 3check",
  "step": 1,
  "stepname": "laststep resultaat aanbod",
  "result": {
   "postcode": "9591b05332dd08ccf400747fe2a5bffa9dc0446a",
   "waardesturing": "laag",
   "metersoort": "enkel",
   "stroom": 0,
   "stroom-laag": 0,
   "gas": 0,
   "bewoners": 0
  }
 },

Error: error message is viewable

eventData: {
 "event": "tool-fieldfocus",
 "info": {
  "name": "postcode 3check",
  "step": 0,
  "stepname": "postcode invoer",
  "fieldname": "postcode"
 },

Fieldfocus: Click on field

eventData: {
 "event": "tool-fieldfocus",
 "info": {
  "name": "postcode 3check",
  "stepnumber": 0,
  "stepname": "postcode invoer",
  "fieldname": "postcode"
 }
}

Fieldcomplete: Field is filled, radiobutton or check box is selected

eventData: {
 "event": "tool-fieldcomplete",
 "info": {
  "name": "postcode 3check",
  "stepnumber": 0,
  "stepname": "postcode invoer",
  "fieldname": "postcode"
 }
}

Fieldvalidation: message below a field to describe why the value is not being accepted.

eventData: {
 "event": "tool-fieldcomplete",
 "info": {
  "name": "postcode 3check",
  "stepnumber": 0,
  "stepname": "postcode invoer",
  "fieldname": "postcode"
 }

Last updated