GraffitiTimelineItem

Enumerations #

Name Values
ItemTypes Box
Point
Range
Background

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Description

This class exposes no events.

Methods #

Definition Parameters Return Type Description
Constructor None None Instantiates a new instance of this object.
Constructor Content as String None
StartDate as Date
EndDate as Date

Properties #

Name Type Default Value Description
Alignment GraffitiWebTimeline.Alignments GraffitiWebTimeline.Alignments.Default Alignment of the item.
Content String None Text displayed within the item.
EditGroup Boolean True If True, this item can be dragged from its original group to another group.
EditRemove Boolean True If True, this item can be removed by interacting with its UI.
EditTime Boolean True If True, this item can be moved by dragging.
EndDate Date Nil The end date for a range or box type item.
Group GraffitiWebTimelineGroup Nil 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 True If False, users will not be able to select this item.
Selected Boolean False 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 WebStyle Nil WebStyle to apply to this item.
Tag Variant Nil Developer storage.
Type ItemTypes ItemTypes.Box Type of item, each has different functionality and display.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.