Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfigSection

A Configurable data section.

Hierarchy

  • IConfigSection

Index

Properties

Methods

Properties

Readonly data

data: JSONObject

The data for this section.

Readonly serverSettings

serverSettings: ISettings

The server settings for the section.

Methods

update

  • update(newdata: JSONObject): Promise<JSONObject>
  • 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

    • newdata: JSONObject

    Returns Promise<JSONObject>

Generated using TypeDoc