MergeNode Class
Signature
export declare class MergeNode implements IMergeNodeCommon
Implements: IMergeNodeCommon
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cachedLength | number | ||
| index | number | ||
| ordinal | string | ||
| parent | optional |
IMergeBlock |
Methods
| Method | Return Type | Description |
|---|---|---|
| isLeaf() | boolean |
Property Details
cachedLength
Signature
cachedLength: number;
Type: number
index
Signature
index: number;
Type: number
ordinal
Signature
ordinal: string;
Type: string
parent
Signature
parent?: IMergeBlock;
Type: IMergeBlock
Method Details
isLeaf
Signature
isLeaf(): boolean;
Returns
Return type: boolean