Skip to main content

IBranchOrigin Interface

Branch origin information.

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

To use, import via @fluidframework/driver-definitions/legacy.

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

Signature

export interface IBranchOrigin

Properties

Property Alerts Type Description
id Alpha string Origin branch of the message.
minimumSequenceNumber Alpha number Minimum sequence number for the message in branch ID.
sequenceNumber Alpha number Sequence number for the message in branch ID.

Property Details

id

Origin branch of the message.

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

To use, import via @fluidframework/driver-definitions/alpha.

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

Signature

id: string;

Type: string

minimumSequenceNumber

Minimum sequence number for the message in branch ID.

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

To use, import via @fluidframework/driver-definitions/alpha.

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

Signature

minimumSequenceNumber: number;

Type: number

sequenceNumber

Sequence number for the message in branch ID.

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

To use, import via @fluidframework/driver-definitions/alpha.

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

Signature

sequenceNumber: number;

Type: number