ModalCommandBuilderBuildOptions
Options for ModalCommandBuilder.build.
Import:
import type { ModalCommandBuilderBuildOptions } from 'obsidian-dev-utils/obsidian/modals/modal-command-builder';Signature:
export interface ModalCommandBuilderBuildOptionsProperties
| Property | Type | Description |
|---|---|---|
| renderMode? | ModalCommandsRenderMode | The way each control is rendered. |
| shouldShowInstructions? | boolean | Whether 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: