Segment interface

签名

export interface Segment 

属性

属性 类型 说明
endIndex 数字
partIndex 数字
startIndex 数字

Segment.endIndex

签名

endIndex: number;

Segment.partIndex

签名

partIndex: number;

Segment.startIndex

签名

startIndex: number;