Private
#privatePrivate
#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".
Returns the value the TimelineItem
decorates.
Static
createCreates a RegExp
item to match your timeline item.
Prepends the regexp with a start character (^
) and appends
it with TimelineItem.regexEnding.
Static
parseGenerated using TypeDoc
A timeline item that represents a timer.
Remarks
Timers are used in 2 ways. One for simply delaying the stream's content and the other is to expect that a certain amount of time has passed since the previous item.