Skip to content

BasesMultitextOption

Official

Multitext option.

Import:

import type { BasesMultitextOption } from 'obsidian';

Signature:

export interface BasesMultitextOption extends BasesOption

Extends: BasesOption

Properties

Property Type Description
default? string[] Default value.
displayName string Display name.
(Inherited from BasesOption)
key string Key.
(Inherited from BasesOption)
shouldHide? () => boolean If provided, the option will be hidden if the function returns true.
(Inherited from BasesOption)
type 'multitext' Type.