Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


For data, the "templateOptions" attribute is used and it's an object which specifies which fields from the business entity to be used in the timeline. For example:

Code Block
{"id": "id", "title": "selfno", "subtitle": "selfno", "date": "datecreated", "description": "selfdesc"}

...