Skip to content

MarkdownPreviewRenderer.applyFoldInfo method

MarkdownPreviewRenderer › applyFoldInfo

Unofficial

Applies fold information to the preview.

Signature:

applyFoldInfo(foldInfo: FoldInfo | null): void

Parameters:

Parameter Type Description
foldInfo FoldInfo | null The fold information to apply, or null to clear.

Returns: void