You can access the children object of Item. That is the only way. Your posting already included this.
You can try with only this as you have done it.
console.log(pageL.item.children[0].width)
console.log(pageL.item.children[1].width)
↧