Skip to main content
Version: v1

TrackingGroup Class

Signature

export declare class TrackingGroup

Constructors

ConstructorDescription
(constructor)()Constructs a new instance of the TrackingGroup class

Properties

PropertyTypeDescription
segmentsreadonly ISegment[]
sizenumber

Methods

MethodReturn TypeDescription
has(segment)boolean
link(segment)void
unlink(segment)void

Constructor Details

(constructor)

Constructs a new instance of the TrackingGroup class

Signature

constructor();

Property Details

segments

Signature

get segments(): readonly ISegment[];

Type: readonly ISegment[]

size

Signature

get size(): number;

Type: number

Method Details

has

Signature

has(segment: ISegment): boolean;

Parameters

ParameterTypeDescription
segmentISegment

Returns

Return type: boolean

link(segment: ISegment): void;
ParameterTypeDescription
segmentISegment
unlink(segment: ISegment): void;
ParameterTypeDescription
segmentISegment