Abstract
Private
#privateStatic
Readonly
regexA piece of regular expression that will match something after a timeline item.
This is generally one of:
If returns true, the item can be considered finished or "unimportant".
Abstract
getStatic
createCreates a RegExp
item to match your timeline item.
Prepends the regexp with a start character (^
) and appends
it with TimelineItem.regexEnding.
Generated using TypeDoc
The base class of a timeline item.