Skip to main content
Version: 1.x

CustomAppCommandProps

CustomAppCommandProps​

Custom properties that can be added to an AppCommand. This allows for additional metadata or configuration to be associated with a command.

Signature
interface CustomAppCommandProps {
[key: string]: any;
}

[index]​

property
any