Skip to main content

CommandInvocation

interface

The call that started the current command run.

interface CommandInvocation

Import

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

Members2

args
readonly unknown[]

Arguments the caller passed, in the order they were given.

id
string

The command id that was run.

Notes

category
Context