DataAdapterWatchersRecordEntry
Unofficial
Entry for a file system watcher registered by the data adapter.
Import:
import type { DataAdapterWatchersRecordEntry } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface DataAdapterWatchersRecordEntryProperties
| Property | Type | Description | |
|---|---|---|---|
| resolvedPath | string | Resolved full path to the folder. | |
| watcher | FSWatcher | Node.js file system watcher. |
Links to this page: