Skip to content

SuggestModalCommandBuilderBuildOptions

Options for SuggestModalCommandBuilder.build.

Import:

import type { SuggestModalCommandBuilderBuildOptions } from 'obsidian-dev-utils/obsidian/modals/suggest-modal-command-builder';

Signature:

export interface SuggestModalCommandBuilderBuildOptions

Properties

PropertyTypeDescription
shouldShowInstructions?booleanWhether 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.