Skip to main content

HostActionId

type

The 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.

type HostActionId = StaticHostActionId | CommandHostActionId

Import

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

Notes

category
Context