BasesViewTransactionChange
Unofficial
A single property change captured within a BasesViewTransaction.
Import:
import type { BasesViewTransactionChange } from 'obsidian';Signature:
export interface BasesViewTransactionChangeProperties
| Property | Type | Description | |
|---|---|---|---|
| end | unknown | The post-change frontmatter snapshot. | |
| file | TFile | The file the change applies to. | |
| start | unknown | The pre-change frontmatter snapshot. |
Links to this page: