Skip to main content
Version: 0.9.0-beta.2

Class: SettingsModel

molecule.model.SettingsModel

Implements

Indexable

[key: string]: any

Constructors

constructor

new SettingsModel(colorTheme, editor, locale)

Parameters

NameType
colorThemestring
editorIEditorOptions
localestring

Defined in

src/model/settings.ts:25

Properties

colorTheme

colorTheme: string

Implementation of

ISettings.colorTheme

Defined in

src/model/settings.ts:21


editor

editor: IEditorOptions

Implementation of

ISettings.editor

Defined in

src/model/settings.ts:22


locale

locale: string

Implementation of

ISettings.locale

Defined in

src/model/settings.ts:23