BasesProperty
Official
Bases property.
Import:
import type { BasesProperty } from 'obsidian';Signature:
export interface BasesPropertyProperties
| Property | Type | Description | |
|---|---|---|---|
| name | string | Name. | |
| propertyId | string | The property ID. | |
| query | BasesQuery | The query. | |
| type | BasesPropertyType | Type. | |
| unrecognizedData | object | The unrecognized data. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| getDisplayName() | string | Gets the display name. | |
| migrateDisplayName(getDisplayName) | string | Migrates the display name. | |
| serialize() | object | Serializes the property. | |
| setDisplayName(displayName) | void | Sets the display name. |
Links to this page: