CommandHandlerConstructorParams
Parameters for creating a command handler.
Import:
import type { CommandHandlerConstructorParams } from 'obsidian-dev-utils/obsidian/command-handlers/command-handler';Signature:
export interface CommandHandlerConstructorParamsProperties
| Property | Type | Description |
|---|---|---|
| icon | IconName | The icon for the command. |
| id | string | The ID of the command. |
| name | string | The display name of the command. |
Links to this page: