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:
| Parameter | Type | Description |
|---|---|---|
app | App | The app instance. |
Returns: ConstructorBase<[app: App], FoldManager> — The FoldManager constructor.
Links to this page: