MarkdownView.onConfigChanged method
MarkdownView › onConfigChanged
Unofficial
Handles an app config change relevant to the view (e.g. spellcheck).Signature:
onConfigChanged(configKey: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| configKey | string | The config key that changed. |
Returns: void