Interface IConfigSection

A Configurable data section.

Hierarchy

  • IConfigSection

Properties

Methods

Properties

The data for this section.

serverSettings: ServerConnection.ISettings

The server settings for the section.

Methods

  • Modify the stored config values.

    Notes

    Updates the local data immediately, sends the change to the server, and updates the local data with the response, and fulfils the promise with that data.

    Parameters

    Returns Promise<JSONObject>

Generated using TypeDoc