Skip to main content

ModularActionReference

type

What you may pass to `ctx.action(...)` and friends. Either a host action id or a bare command id. The host normalizes it before dispatch, so `'notes.copy'` and `'command:notes.copy'` reach the same place.

type ModularActionReference = ModularStaticActionReference | ModularCommandReference

Import

import { ModularActionReference } from '@modular/sdk';

Notes

category
Context