Skip to content

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): void

Parameters:

Parameter Type Description
configKey string The config key that changed.

Returns: void