Skip to content

ModalCommandBuilderBuildOptions

Options for ModalCommandBuilder.build.

Import:

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

Signature:

export interface ModalCommandBuilderBuildOptions

Properties

PropertyTypeDescription
renderMode?ModalCommandsRenderModeThe way each control is rendered.
shouldShowInstructions?booleanWhether to render the control strip (checkboxes, dropdowns, keyboard hints) and register the option-toggle keyboard shortcuts. When false, no control UI is shown and the option-toggle shortcuts are not registered; only the essential navigation key handlers remain active.

Links to this page: