new module:model/PaletteSettings()
- Source:
Constructs a new PaletteSettings.
Members
(inner) annotations :module:model/PaletteItemSettings
- Source:
Type:
(inner) custom :module:model/PaletteItemSettings
- Source:
Type:
(inner) merge :module:model/PaletteItemSettings
- Source:
Type:
(inner) notary :module:model/PaletteItemSettings
- Source:
Type:
(inner) seals :module:model/PaletteItemSettings
- Source:
Type:
(inner) smartContracts :module:model/PaletteItemSettings
- Source:
Type:
(inner) smartSections :module:model/PaletteItemSettings
- Source:
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/PaletteSettings}
- Source:
Constructs a PaletteSettings from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/PaletteSettings | Optional instance to populate. |
Returns:
The populated PaletteSettings instance.