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:

ParameterTypeDescription
fileTFileThe file to update.
tunknownThe new property data.

Returns: unknownThe update result.