normalizeHostActionId
functionResolves a written reference to the canonical id the host dispatches on. A known host action id is returned as is. Everything else is read as a command and comes back prefixed. Already prefixed ids are left alone, so calling this twice is safe.
Import
import { normalizeHostActionId } from '@modular/sdk/view';Notes
- category
- Context
- category
- Context
- category
- Context