Segment interface

Signature:

export interface Segment 

Properties

PropertyTypeDescription
endIndexnumber
partIndexnumber
startIndexnumber

Segment.endIndex

Signature:

endIndex: number;

Segment.partIndex

Signature:

partIndex: number;

Segment.startIndex

Signature:

startIndex: number;