Skip to content

MarkdownPreviewRenderer.applyFoldInfo method

MarkdownPreviewRenderer › applyFoldInfo

Unofficial

Applies fold information to the preview.

Signature:

applyFoldInfo(foldInfo: FoldInfo | null): void

Parameters:

ParameterTypeDescription
foldInfoFoldInfo | nullThe fold information to apply, or null to clear.

Returns: void