IJSONRunSegment Interface
Signature
export interface IJSONRunSegment<T> extends IJSONSegment
Extends: IJSONSegment
Type Parameters
| Parameter | Description | 
|---|---|
| T | 
Properties
| Property | Type | Description | 
|---|---|---|
| items | Serializable<T>[] | 
Property Details
items
Signature
items: Serializable<T>[];
Type: Serializable<T>[]