getRecentFileTrackerConstructor
Unofficial
Get the RecentFileTracker constructor.
Import:
import { getRecentFileTrackerConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';Signature:
function getRecentFileTrackerConstructor(app: App): ConstructorBase<[workspace: Workspace, vault: Vault], RecentFileTracker>Parameters:
| Parameter | Type | Description |
|---|---|---|
app | App | The app instance. |
Returns: ConstructorBase<[workspace: Workspace, vault: Vault], RecentFileTracker> — The RecentFileTracker constructor.
Links to this page: