div-point
A point with fixed coordinates.
Parameters
Parameters | Description |
---|---|
x |
object Required parameter.
The value has the type Available platforms: Android, iOS, web. |
y |
object Required parameter.
The value has the type Available platforms: Android, iOS, web. |
JSON
{
x*: {
unit: "string",
value*: "number"
},
y*: {
unit: "string",
value*: "number"
}
}