Skip to main content

commandActionId

function

Turns a command id into its host action id by adding the `command:` prefix.

function commandActionId(commandId: string): `command:${string}`

Import

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

Notes

category
Context