Skip to content

BasesPropertyType

Official

The three valid “sources” of a property in a Base.

  • note: Properties from the frontmatter of markdown files in the vault. - formula: Properties calculated by evaluating a formula from the base config file. - file: Properties inherent to a file, such as the name, extension, size, etc.

Import:

import type { BasesPropertyType } from 'obsidian';

Signature:

export interface BasesPropertyType

Links to this page: