BasesOption
Official
Bases option.
Import:
import type { BasesOption } from 'obsidian';Signature:
export interface BasesOptionProperties
| Property | Type | Description | |
|---|---|---|---|
| displayName | string | Display name. | |
| key | string | Key. | |
| shouldHide? | () => boolean | If provided, the option will be hidden if the function returns true. | |
| type | string | Type |
Links to this page: