SubmitSummaryFailureData Interface
Packages > @fluidframework/container-runtime > SubmitSummaryFailureData
The data in summarizer result when submit summary stage fails.
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 SubmitSummaryFailureData
Properties
Property | Alerts | Type | Description |
---|---|---|---|
stage | Alpha |
SummaryStage |
Property Details
stage
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here .
Signature
stage: SummaryStage;
Type: SummaryStage