跳到主要内容
版本:Next

Class: SettingsModel

molecule.model.SettingsModel

Implements

Indexable

[key: string]: any

Constructors

constructor

new SettingsModel(colorTheme, editor, locale?)

Parameters

NameType
colorThemestring
editorIEditorOptions
locale?string

Defined in

model/settings.ts:25

Properties

colorTheme

colorTheme: string

Implementation of

ISettings.colorTheme

Defined in

model/settings.ts:21


editor

editor: IEditorOptions

Implementation of

ISettings.editor

Defined in

model/settings.ts:22


locale

Optional locale: string

Implementation of

ISettings.locale

Defined in

model/settings.ts:23