IScribeProtocolState Interface

Packages > @fluidframework/container-loader > IScribeProtocolState

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

To use, import via @fluidframework/container-loader/legacy.

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

Signature

export interface IScribeProtocolState

Properties

Property Alerts Type Description
members Alpha [string, ISequencedClient][]
minimumSequenceNumber Alpha number
proposals Alpha [number, ISequencedProposal, string[]][]
sequenceNumber Alpha number
values Alpha [string, ICommittedProposal][]

Property Details

members

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

To use, import via @fluidframework/container-loader/alpha.

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

Signature

members: [string, ISequencedClient][];

Type: [string, ISequencedClient ][]

minimumSequenceNumber

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

To use, import via @fluidframework/container-loader/alpha.

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

Signature

minimumSequenceNumber: number;

Type: number

proposals

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

To use, import via @fluidframework/container-loader/alpha.

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

Signature

proposals: [number, ISequencedProposal, string[]][];

Type: [number, ISequencedProposal , string[]][]

sequenceNumber

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

To use, import via @fluidframework/container-loader/alpha.

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

Signature

sequenceNumber: number;

Type: number

values

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

To use, import via @fluidframework/container-loader/alpha.

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

Signature

values: [string, ICommittedProposal][];

Type: [string, ICommittedProposal ][]