Addon capabilities

The following capabilities are available:

These capabilities are keys of the object passed to the function Addon.initialize({})

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