Addon.initialize()

Initiates addon initialization. Called once in the main entry point (iframe_connector_url)

Accepts an object whose keys represent plugin capabilities. The object's values are functions that return an array with resulting objects used in Kaiten for rendering a specific section

Example :

Addon.initialize({
  card_buttons: () => {
    return [
      text: 'My first button',
    ]
  },
});
logo
Kaiten
If you have any questions or need help with integration feel free to write us at support@kaiten.io