For normal case , we can get the item details from getItemInfo(); function . But if need to get child item details after selecting the option we need to get from getSelectedMatrixChilds(); function
this.pdp.on('afterOptionSelection', function() {
cate = this.pdp.getSelectedMatrixChilds();
})