getSettings

context.getSettings() - Retrieve addon settings for the workspaces where the context entity is present. Can be called from any context.".

Return value - Promise that resolves to an array containing the settings available for the current entity.

An example of the returned value:

[
  {
    value: 'test',
  },
];
logo
Kaiten
If you have any questions or need help with integration feel free to write us at support@kaiten.io