HostActionId
typeThe canonical id of any action, host owned or command backed. Canonical means commands carry the `command:` prefix. Envelopes, traces, and interceptors all speak this form. When you are writing an id by hand, use ModularActionReference instead, which also accepts a bare command id.
Import
import { HostActionId } from '@modular/sdk/view';Notes
- category
- Context