Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISettingsExtend

This accessor provides methods for adding custom settings, which are displayed on your App's page. This is provided on initialization of your App.

Hierarchy

  • ISettingsExtend

Index

Methods

Methods

provideSetting

  • provideSetting(setting: ISetting): Promise<void>
  • Adds a setting which can be configured by an administrator. Settings can only be added to groups which have been provided by this App earlier and if a group is not provided, the setting will appear outside of a group.

    Parameters

    Returns Promise<void>

Generated using TypeDoc