Skip to main content
Version: v1

SegmentGroup Interface

Signature

export interface SegmentGroup

Properties

Property Type Description
localSeq number
segments ISegment[]

Property Details

localSeq

Signature

localSeq: number;

Type: number

segments

Signature

segments: ISegment[];

Type: ISegment[]