Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
CommandHostActionId
type
A command id in host action form, `command:notes.copy-upper`.
type CommandHostActionId = `${typeof COMMAND_HOST_ACTION_PREFIX}${string}`
Import
import { CommandHostActionId } from '@modular/sdk';
Notes
category
Context