Skip to content

FileManager.deleteProperty method

FileManager › deleteProperty

Unofficial

Delete a frontmatter property from every note that uses it.

Signature:

deleteProperty(property: string): Promise<void>

Parameters:

ParameterTypeDescription
propertystringThe property key to delete.

Returns: Promise<void>A promise that resolves when the property has been deleted everywhere.