CommandkitInterfacesCustomAppCommandPropsVersion: NextOn this pageCustomAppCommandPropsCustomAppCommandProps commandkitAppCommandHandler.ts Custom properties that can be added to an AppCommand. This allows for additional metadata or configuration to be associated with a command. Signatureinterface CustomAppCommandProps { [key: string]: any;} [index]propertyany