Skip to content

getFoldManagerConstructor

Unofficial

Get the FoldManager constructor.

Import:

import { getFoldManagerConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getFoldManagerConstructor(app: App): ConstructorBase<[app: App], FoldManager>

Parameters:

ParameterTypeDescription
appAppThe app instance.

Returns: ConstructorBase<[app: App], FoldManager> — The FoldManager constructor.


Links to this page: