SuggestModalCommandBuilderBuildOptions
Options for SuggestModalCommandBuilder.build.
Import:
import type { SuggestModalCommandBuilderBuildOptions } from 'obsidian-dev-utils/obsidian/modals/suggest-modal-command-builder';Signature:
export interface SuggestModalCommandBuilderBuildOptionsProperties
| Property | Type | Description |
|---|---|---|
| shouldShowInstructions? | boolean | Whether to render the instruction bar (checkboxes, dropdowns, keyboard hints) and register the option-toggle keyboard shortcuts. When false, no instruction UI is shown and the option-toggle shortcuts are not registered; only the essential navigation key handlers remain active. |