getKeymapConstructor
Unofficial
Get the obsidian#Keymap constructor.
Import:
import { getKeymapConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';Signature:
function getKeymapConstructor(): ConstructorBase<[], Keymap>Returns: ConstructorBase<[], Keymap> — The obsidian#Keymap constructor.
Links to this page: