Skip to content

BasesOption

Official

Bases option.

Import:

import type { BasesOption } from 'obsidian';

Signature:

export interface BasesOption

Properties

PropertyTypeDescription
displayNamestringDisplay name.
keystringKey.
shouldHide?() => booleanIf provided, the option will be hidden if the function returns true.
typestringType

Links to this page: