Skip to content

DataAdapterWatchersRecordEntry

Unofficial

Entry for a file system watcher registered by the data adapter.

Import:

import type { DataAdapterWatchersRecordEntry } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface DataAdapterWatchersRecordEntry

Properties

Property Type Description
resolvedPath string Resolved full path to the folder.
watcher FSWatcher Node.js file system watcher.

Links to this page: