ModularActionReference
typeWhat you may pass to `ctx.action(...)` and friends. Either a host action id or a bare command id. The host normalizes it before dispatch, so `'notes.copy'` and `'command:notes.copy'` reach the same place.
Import
import { ModularActionReference } from '@modular/sdk/view';Notes
- category
- Context