Execute process callback function
{ onExecute: (clientData: LPVOIDType) => { console.log('Execute process callback:', clientData); }} Copy
{ onExecute: (clientData: LPVOIDType) => { console.log('Execute process callback:', clientData); }}
Optional
A callback that is called whenever a menu item, toolbar button or ribbon element is executed. It implements whatever the menu item, toolbar button or ribbon element does.
User-supplied data that was passed when
Execute process callback function
Example