Skip to content

FilePropertiesView.updateFrontmatter method

FilePropertiesView › updateFrontmatter

Unofficial

Update the frontmatter of a file with new property data.

Signature:

updateFrontmatter(file: TFile, t: unknown): unknown

Parameters:

Parameter Type Description
file TFile The file to update.
t unknown The new property data.

Returns: unknownThe update result.