ApplySpellcheckModeParams
Options for applySpellcheckMode.
Import:
import type { ApplySpellcheckModeParams } from 'obsidian-dev-utils/obsidian/html-element';Signature:
export interface ApplySpellcheckModeParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| element | HTMLElement | The element to set the spellcheck attribute on. |
| spellcheckMode? | SpellcheckMode | The mode deciding whether the element is spell-checked. |
Links to this page: