$getSize
returns the current size of the component
function $getSize( // base width dx?: number, // base height dy?: number): array
Returns
Section titled “Returns”array
an array of sizes
Details
Section titled “Details”An array of sizes
Section titled “An array of sizes”The returning array contains 5 sizes of the components:
- min width
- max width
- min height
- max height
- gravity