In QML, there is a data rate QList<range> property, which is a typedef for a QPair How in JS can I see this? I tried a for loop to print availibleDataRates[i], all that gives me is an object. How can I print these in JS? I would figure availibleDataRates[i].first, availibleDataRates[i].second? Thanks