FilePropertiesView.updateFrontmatter method
FilePropertiesView › updateFrontmatter
Unofficial
Update the frontmatter of a file with new property data.Signature:
updateFrontmatter(file: TFile, t: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The file to update. |
| t | unknown | The new property data. |
Returns: unknown — The update result.