Skip to content

BasesMultitextOption

Official

Multitext option.

Import:

import type { BasesMultitextOption } from 'obsidian';

Signature:

export interface BasesMultitextOption extends BasesOption

Extends: BasesOption

Properties

PropertyTypeDescription
default?string[]Default value.
displayNamestringDisplay name.
(Inherited from BasesOption)
keystringKey.
(Inherited from BasesOption)
shouldHide?() => booleanIf provided, the option will be hidden if the function returns true.
(Inherited from BasesOption)
type'multitext'Type.