IProposal Interface
Packages > @fluidframework/protocol-definitions > IProposal
Proposal to set the given key/value pair.
Consensus on the proposal is achieved if the MSN is >= the sequence number at which the proposal is made and no client within the collaboration window rejects the proposal.
Signature:
export interface IProposal
Properties
Property | Type | Description |
---|---|---|
key | string | |
value | any |
Events
key
Signature:
key: string;
value
Signature:
value: any;