Segment interface

Signature:

export interface Segment 

Properties

Property Type Description
endIndex number
partIndex number
startIndex number

Segment.endIndex

Signature:

endIndex: number;

Segment.partIndex

Signature:

partIndex: number;

Segment.startIndex

Signature:

startIndex: number;