Skip to content

obsidian/modals/suggest-modal-command-builder

The former home of the SuggestModal instruction-bar builder.

The builder is no longer tied to SuggestModal — it renders into a plain Modal and into a bare element + Scope too — so it moved to modal-command-builder.ts under the honest name ModalCommandBuilder. This module stays as a deprecated alias so existing importers keep working unchanged; it re-exports the very same class, not a copy.

TypeDescription
SuggestModalCommandBuilderBuilds a SuggestModal’s instruction bar.
SuggestModalCommandBuilderBuildOptionsOptions for SuggestModalCommandBuilder.build.