Skip to content

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 FocusMetadataOptions

Properties

PropertyTypeDescription
focusHeadingbooleanWhether to focus the metadata heading element.
propertyIdx?numberIndex of the property to focus on.
propertyKey?stringKey of the property to focus on.