Manual Reference Source Test
import SettingModel from 'clinical6/src/models/Setting.js'
public class | source

SettingModel

Direct Subclass:

Setting

Model representing a Setting.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public

value: any

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted default response of a setting

response.id String

The ID of the setting

response.value any

The brand to describe the setting can be any data type

Public Members

public id: String source

public value: any source