MCPcopy Create free account
hub / github.com/DTStack/molecule / onChangeSettings

Method onChangeSettings

src/services/settingsService.ts:80–80  ·  view source on GitHub ↗

* Listen to the Settings change event. * @param callback

(
        callback: (tab: IEditorTab<BuiltInSettingsTabType>) => void
    )

Source from the content-addressed store, hash-verified

78 * @param callback
79 */
80 onChangeSettings(
81 callback: (tab: IEditorTab<BuiltInSettingsTabType>) => void
82 ): void;
83 /**

Callers 4

initViewMethod · 0.65
setting.test.tsFile · 0.65
activateFunction · 0.65

Implementers 1

SettingsServicesrc/services/settingsService.ts

Calls

no outgoing calls

Tested by

no test coverage detected