ISummaryBlob Interface
Packages > @fluidframework/protocol-definitions > ISummaryBlob
Signature:
export interface ISummaryBlob
Properties
Property | Type | Description |
---|---|---|
content | string | Uint8Array | |
type | SummaryType.Blob |
Events
content
Signature:
content: string | Uint8Array;
type
Signature:
type: SummaryType.Blob;