FocusMetadataOptions
Unofficial
Options for focusing a specific property or heading in the metadata editor.
Import:
import type { FocusMetadataOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface FocusMetadataOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| focusHeading | boolean | Whether to focus the metadata heading element. | |
| propertyIdx? | number | Index of the property to focus on. | |
| propertyKey? | string | Key of the property to focus on. |