ISegmentChanges Interface
Signature
export interface ISegmentChanges
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
next | optional |
ISegment | |
replaceCurrent | optional |
ISegment |
Property Details
next
Signature
next?: ISegment;
Type: ISegment
replaceCurrent
Signature
replaceCurrent?: ISegment;
Type: ISegment