Interface ItemSummaryCommandEnabledParams

interface ItemSummaryCommandEnabledParams {
    item: any;
}

Properties

Properties

item: any

The item for which the command will show.