MergeNode Class

Packages > @fluidframework/merge-tree > MergeNode

This API is deprecated and will be removed in a future release.

  • unused and will be removed

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/merge-tree/legacy.

For more information about our API support guarantees, see here .

Signature

export declare class MergeNode implements IMergeNodeCommon

Implements: IMergeNodeCommon

Properties

Property Alerts Type Description
cachedLength Alpha number
index Alpha number
ordinal Alpha string

Property Details

cachedLength

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/merge-tree/alpha.

For more information about our API support guarantees, see here .

Signature

cachedLength: number;

Type: number

index

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/merge-tree/alpha.

For more information about our API support guarantees, see here .

Signature

index: number;

Type: number

ordinal

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/merge-tree/alpha.

For more information about our API support guarantees, see here .

Signature

ordinal: string;

Type: string