Skip to main content
Version: Next

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