Skip to content 

ISummaryBlob Interface

Packages > @fluidframework/protocol-definitions > ISummaryBlob

Signature:

export interface ISummaryBlob 

Properties

List of properties of this interface
Property Type Description
content string | Uint8Array
type SummaryType.Blob

Events

content

Signature:

content: string | Uint8Array;

type

Signature:

type: SummaryType.Blob;