Skip to main content

SerializedAttributionCollection Interface

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 interface SerializedAttributionCollection extends SequenceOffsets

Extends: SequenceOffsets

Properties​

PropertyAlertsModifiersTypeDescription
channelsBetaoptional{ [name: string]: SequenceOffsets; }
lengthBetanumber

Property Details​

channels​

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

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

Signature​

channels?: {
[name: string]: SequenceOffsets;
};

Type: { [name: string]: SequenceOffsets; }

length​

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

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

Signature​

length: number;

Type: number