Width and height dimensions of a component such as a product area or design element.
| Name | Type | Description | |
|---|---|---|---|
width
|
number
|
The width dimension. | |
height
|
number
|
The height dimension. |
{
"creatorse_dimension" : {
"width" : 12345.0,
"height" : 12345.0
}
}
Width and height dimensions of a component such as a product area or design element.
| Name | Type | Description | |
|---|---|---|---|
height
|
double
|
The height dimension. | |
width
|
double
|
The width dimension. |
<creatorse_dimension>
<width>...</width>
<height>...</height>
</creatorse_dimension>