SourceConfigurable
Defined in: core/source/iconfig.ts:47
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SourceConfigurable():
SourceConfigurable
Returns
Section titled “Returns”SourceConfigurable
Methods
Section titled “Methods”applyConfig()
Section titled “applyConfig()”applyConfig(
configObj):Promise<any>
Defined in: core/source/iconfig.ts:165
Parameters
Section titled “Parameters”configObj
Section titled “configObj”any
Returns
Section titled “Returns”Promise<any>
loadConfig()
Section titled “loadConfig()”loadConfig():
Promise<any>
Defined in: core/source/iconfig.ts:59
Returns
Section titled “Returns”Promise<any>
requestSaveConfig()
Section titled “requestSaveConfig()”requestSaveConfig(
configObj):Promise<any>
Defined in: core/source/iconfig.ts:144
Parameters
Section titled “Parameters”configObj
Section titled “configObj”any
Returns
Section titled “Returns”Promise<any>
saveConfig()
Section titled “saveConfig()”saveConfig(
configObj):Promise<any>
Defined in: core/source/iconfig.ts:84
Parameters
Section titled “Parameters”configObj
Section titled “configObj”any
Returns
Section titled “Returns”Promise<any>