Hi !
I would like to know when i do node.width or node.height,
if within the Figma API, the retrieval of this information is O(1) or more.
in other words, is it precalculated, and available as a data to be just returned ?
or does this triggers some calculations involving loops over the children (and potentially recursive)
and if it does, is it internally cached to avoid recalculating it twice ? (if nothing was written in between)
thanks in advance for the insight !