Skip to content

CommandsEditorCommandsRecord

Unofficial

Record mapping command IDs to obsidian#Command objects with editor callbacks.

Import:

import type { CommandsEditorCommandsRecord } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface CommandsEditorCommandsRecord extends Record<string, Command>

Extends: Record<string, Command>


Links to this page: