Simulator 5.51
  • 12 Mar 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Simulator 5.51

  • Dark
    Light
  • PDF

Article Summary

Release date: 2024-02-07

Improvements

The color palette for creating default actors on a graph has been updated: you can now quickly select suggested colors or use the full palette.
Color palette

Scripts

  1. The submitOnScroll attribute has been added to the select component. When scrolling, the /send request is sent to Corezoid with the parameters:

    {
     "buttonId": "select-1",
    "buttonData":
      {
      "action": "submitOnScroll",
      "offset": 10
      }
    }
    

    Where:

    • action is the event that initiated the sending.
    • offset is the offset from the beginning or the actual length of the options array at the time the request was sent.

    Corezoid responds to the changes with new (increased) options for this selection. If you reach the list’s end, you must add "submitOnScroll": false there.

  2. The sessionUser object has been added to the data model for events received to the user's API webhook: it describes the details of the user or API user who performed the corresponding action for which the event came.

Fixed Issues

  1. Impossible to rerun Start & End scripts: Now you can rerun Start & End scripts after creating a new dialog in the chat widget.
  2. Impossible to scroll events in the list: Now you can scroll all the events in the list.

Was this article helpful?

What's Next