AbstractStatic ReadonlyregexA piece of regular expression that will match something after a timeline item.
If returns true, the item can be considered finished or "unimportant".
ProtecteddashAbstractgetReturns the value the TimelineItem decorates.
Called when this item is reached in the timeline.
The string representation of this item in a timeline.
StaticcreateCreates a RegExp item to match your timeline item.
Prepends the regexp with a start character (^) and appends
it with TimelineItem.regexEnding.
The base class of a timeline item.