CountItem
Properties
groupIndex
• Readonly groupIndex: number
The index of the Group the CountItem belongs to.
itemIndex
• Readonly itemIndex: number
The itemIndex of the CountItem as received from the descriptor.
Properties
| Name | Type | Access | Min Version | Description | 
|---|---|---|---|---|
| parent | R | 24.1 | The document collection in which we will find this and all other CountItems collected. | |
| position | object | R | 24.1 | The position of the CountItem as an object with x and y properties in pixels. | 
| typename | string | R | 24.1 | The class name of the referenced CountItem object | 
Methods
move
24.1void
Moves the CountItem to a new position.
Parameters
| Name | Type | Description | 
|---|---|---|
| position | object | : Object with x and y properties in pixels; | 
| position.x | number | - | 
| position.y | number | - | 
remove
24.1void
Removes the CountItem from the document.