Class returned by getSetting operation

Hierarchy

  • StringObject
    • SettingObject

Constructors

  • Parameters

    • remoteAPI: JsonRpcApi
    • module: string

      The name of the module (JSON object) that owns the setting.

    • name: string

      The name of the setting.

    • asString: boolean = true

      If true, the settings of type TDateTime will be returned as a string formatted with the ShortDateTime format. If false, it will be returned as a float value.

    Returns SettingObject

Properties

asString: boolean = true

If true, the settings of type TDateTime will be returned as a string formatted with the ShortDateTime format. If false, it will be returned as a float value.

id: string
module: string

The name of the module (JSON object) that owns the setting.

name: string

The name of the setting.

operationName: string = "getsetting"
requestObject: null | RpcNamedOperation
responseObject: {}

Type declaration

    result: string = ""

    Accessors

    Methods

    • Protected

      Returns {
          #id: string;
          @func: {
              @name: string;
              asstring: boolean;
              module: string;
              name: string;
          }[];
          @name: string;
      }

      • #id: string
      • @func: {
            @name: string;
            asstring: boolean;
            module: string;
            name: string;
        }[]
      • @name: string