Skip to content

CommandHandlerConstructorParams

Parameters for creating a command handler.

Import:

import type { CommandHandlerConstructorParams } from 'obsidian-dev-utils/obsidian/command-handlers/command-handler';

Signature:

export interface CommandHandlerConstructorParams

Properties

PropertyTypeDescription
iconIconNameThe icon for the command.
idstringThe ID of the command.
namestringThe display name of the command.

Links to this page: