How to get Z-Index or Node Position from Current Page Selection

Hi There,

Is it possible to for the Z-Index position or node position from Selected Layer or number of selection

Say, for example, I want to know the Selected GREEN BOX position at Landing (Icon Hide) frame on the attached image. Which property I should call for that GREEN BOX named node? In CSS, we pronounce it as Z-index.

Thanks in Advance

const index = selectedNode.parent.children.indexOf(selectedNode)

2 Likes