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:

Parameter Type Description
property string The property key to delete.

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