Skip to content

ApplySpellcheckModeParams

Options for applySpellcheckMode.

Import:

import type { ApplySpellcheckModeParams } from 'obsidian-dev-utils/obsidian/html-element';

Signature:

export interface ApplySpellcheckModeParams

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
elementHTMLElementThe element to set the spellcheck attribute on.
spellcheckMode?SpellcheckModeThe mode deciding whether the element is spell-checked.

Links to this page: