Array of fields defined in this segment.
Flag indicating whether the segment can be repeated mutiple times. Segments that are both optional and multi can be repeated zero or more times. Segments that are not optional but multi can be repeated one or more times.
Flag indicating whether the segment is optional
Location of the part in the original pattern string containing the zero-based index where the part begins and its length.
Content of the token
Generated using TypeDoc
The IParsedSegment interface defines a single segment in a URL pattern that can be matched to one or more parts of an actual URL. Each segment can have zero or more fields defined in it.