MarkdownPreviewView.onConfigChanged method
MarkdownPreviewView › onConfigChanged
Unofficial
Handles an app config change relevant to the preview, dispatching to the matching update method.Signature:
onConfigChanged(configKey: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| configKey | string | The config key that changed. |
Returns: void