# 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. |
| Attributes | Hidden = True | SetSelection | |
| Attributes | Hidden = True | Update | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Alignment | GraffitiTimeline.Alignments | Nil | Alignment of the item. |
| Attributes | mObserver | GraffitiUpdateInterface | |
| Attributes | mStyle | GraffitiStyle | |
| Attributes | ID | String | |
| Content | String | Nil | Text displayed within the item. |
| EditGroup | Boolean | Nil | If True, this item can be dragged from its original group to another group. |
| EditRemove | Boolean | Nil | If True, this item can be removed by interacting with its UI. |
| EditTime | Boolean | Nil | If True, this item can be moved by dragging. |
| EndDate | Date | Nil | The end date for a range or box type item. |
| Group | GraffitiTimelineGroup | Nil | Group that this item belongs to. Groups must be crated and added before adding items. |
| HelpTag | String | Nil | Tooltip to display on hover. |
| Selectable | Boolean | Nil | If False, users will not be able to select this item. |
| Selected | Boolean | Nil | The current selection state of the item. |
| StartDate | Date | Nil | For Box or Range items, this is the starting position. For all others this is their singular position. |
| Style | GraffitiStyle | Nil | WebStyle to apply to this item. |
| Tag | Variant | Nil | Developer storage. |
| Type | ItemTypes | Nil | Type of item, each has different functionality and display. |