commandIdFromActionId
functionRecovers the command id from a host action id. Returns `undefined` for a host owned action, which is how you tell the two kinds of id apart.
Import
import { commandIdFromActionId } from '@modular/sdk/view';Notes
- category
- Context