- Home
- JSON
- Dimension2D
- Abstract Type
- Subtypes
- Dimension
- Implemented Interfaces
- Cloneable
Properties
name |
data type |
constraints |
description |
width
|
number
|
required
|
|
height
|
number
|
required
|
|
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"width" : 12345.0,
"height" : 12345.0
}