NormalizeModularActionReference
typeMaps a written reference to the canonical id it dispatches to. A host action id passes through unchanged. Anything else is treated as a command and gains the `command:` prefix.
Import
import { NormalizeModularActionReference } from '@modular/sdk';Notes
- category
- Context