Skip to content

MarkdownView.onConfigChanged method

MarkdownView › onConfigChanged

Unofficial

Handles an app config change relevant to the view (e.g. spellcheck).

Signature:

onConfigChanged(configKey: string): void

Parameters:

Parameter Type Description
configKey string The config key that changed.

Returns: void