Class: SettingsModel
model.SettingsModel
Implements
Indexable
▪ [key: string
]: any
Table of contents
Constructors
Properties
Constructors
constructor
• new SettingsModel(colorTheme
, editor
, locale?
, extension?
, brain?
): SettingsModel
Parameters
Name | Type |
---|---|
colorTheme | string |
editor | IEditorOptions |
locale? | string |
extension? | IExtensionsConfiguration |
brain? | IBrainConfiguration |
Returns
Defined in
Properties
brain
• brain: IBrainConfiguration
Implementation of
Defined in
colorTheme
• colorTheme: string
Implementation of
Defined in
editor
• editor: IEditorOptions
Implementation of
Defined in
extension
• extension: IExtensionsConfiguration
Implementation of
Defined in
locale
• Optional
locale: string