Overview
Encapsulates the state required to layout a node which is resizable by its parent container. Layout containers will use this information to layout child nodes, however a node need not be resizable to be laid out.
Profile: common
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | height | Number | ![]() | ![]() | ![]() |
Defines the height of the |
|
| public-read protected | maximumHeight | Number | subclass | subclass | subclass |
Defines the maximum height of the
Defines the maximum height of the Profile: common |
|
| public-read protected | maximumWidth | Number | subclass | subclass | subclass |
Defines the maximum width of the
Defines the maximum width of the Profile: common |
|
| public-read protected | minimumHeight | Number | subclass | subclass | subclass |
Defines the minimum height of the
Defines the minimum height of the Profile: common |
|
| public-read protected | minimumWidth | Number | subclass | subclass | subclass |
Defines the minimum width of the
Defines the minimum width of the Profile: common |
|
| public-read protected | preferredHeight | Number | subclass | subclass | subclass |
Defines the preferred height of the
Defines the preferred height of the Profile: common |
|
| public-read protected | preferredWidth | Number | subclass | subclass | subclass |
Defines the preferred width of the
Defines the preferred width of the Profile: common |
|
| public | width | Number | ![]() | ![]() | ![]() |
Defines the width of the |

