Skip to content 

IBlob Interface

Packages > @fluidframework/protocol-definitions > IBlob

Raw blob stored within the tree

Signature:

export interface IBlob 

Properties

List of properties of this interface
Property Type Description
contents string
encoding string

Events

contents

Signature:

contents: string;

encoding

Signature:

encoding: string;