| name | data type | constraints | description |
|---|---|---|---|
| index | number | required | |
| insert | boolean | required | |
Properties inherited from DropLocation |
|||
| dropPoint | Point | ||
Example
{
"index" : 12345,
"insert" : true,
"dropPoint" : {
"x" : 12345,
"location" : { },
"y" : 12345
}
}