Skip to content

BasesProperty

Official

Bases property.

Import:

import type { BasesProperty } from 'obsidian';

Signature:

export interface BasesProperty

Properties

PropertyTypeDescription
namestringName.
propertyIdstringThe property ID.
queryBasesQueryThe query.
typeBasesPropertyTypeType.
unrecognizedDataobjectThe unrecognized data.

Methods

MethodReturnsDescription
getDisplayName()stringGets the display name.
migrateDisplayName(getDisplayName)stringMigrates the display name.
serialize()objectSerializes the property.
setDisplayName(displayName)voidSets the display name.

Links to this page: