Skip to main content

CommandId

type

The id you gave a command in `command({ id })`, for example `'notes.copy-upper'`.

type CommandId = string

Import

import { CommandId } from '@modular/sdk/view';

Notes

category
Context