# GraffitiTimelineItem
Class
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Web
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| ItemTypes | Box <br > Point <br > Range <br > Background | Supported item display types. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | (None) | (None) | Instantiates a new instance of this object. |
| Constructor | Content as String <br> StartDate as Date <br> EndDate as Date | (None) | Instantiates a new instance of this object. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Alignment | GraffitiTimeline.Alignments | (None) | Alignment of the item. |
| Attributes | mObserver | GraffitiUpdateInterface | (None) |
| Attributes | mStyle | GraffitiStyle | (None) |
| Attributes | ID | String | (None) |
| Content | String | (None) | Text displayed within the item. |
| EditGroup | Boolean | (None) | If True, this item can be dragged from its original group to another group. |
| EditRemove | Boolean | (None) | If True, this item can be removed by interacting with its UI. |
| EditTime | Boolean | (None) | If True, this item can be moved by dragging. |
| EndDate | Date | (None) | The end date for a range or box type item. |
| Group | GraffitiTimelineGroup | (None) | Group that this item belongs to. Groups must be crated and added before adding items. |
| HelpTag | String | (None) | Tooltip to display on hover. |
| Selectable | Boolean | (None) | If False, users will not be able to select this item. |
| Selected | Boolean | (None) | The current selection state of the item. |
| StartDate | Date | (None) | For Box or Range items, this is the starting position. For all others this is their singular position. |
| Style | GraffitiStyle | (None) | WebStyle to apply to this item. |
| Tag | Variant | (None) | Developer storage. |
| Type | ItemTypes | (None) | Type of item, each has different functionality and display. |