Skip to content

getKeymapConstructor

Unofficial

Get the obsidian#Keymap constructor.

Import:

import { getKeymapConstructor } from '@obsidian-typings/obsidian-catalyst-latest/implementations';

Signature:

function getKeymapConstructor(): ConstructorBase<[], Keymap>

Returns: ConstructorBase<[], Keymap> — The obsidian#Keymap constructor.


Links to this page: