Hello!
I’m wondering if anyone here knows how one can get the node size after it is being created. I’ve tried the following methods but they do not return any useful value:
- GetPosition().width (returns 0)
- node.style.width.value.value (returns NaN)
- node.resolvedStyle.width (returns NaN)
Is there any other way for me to read the nodes current width? Thanks in advance!