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-catalyst-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.