IBroadcastSummaryResult Interface
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/container-runtime/legacy.
For more information about our API support guarantees, see here.
Signature
export interface IBroadcastSummaryResult
Properties
| Property | Alerts | Modifiers | Type | Description |
|---|---|---|---|---|
| broadcastDuration | Beta |
readonly |
number | |
| summarizeOp | Beta |
readonly |
ISummaryOpMessage |
Property Details
broadcastDuration
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
readonly broadcastDuration: number;
Type: number
summarizeOp
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
readonly summarizeOp: ISummaryOpMessage;
Type: ISummaryOpMessage