Interface ItemSummaryCommandExecuteParams

interface ItemSummaryCommandExecuteParams {
    item: any;
}

Properties

Properties

item: any

The item for which the command was executed.