Skip to content 

IBaseBlob Interface

Packages > @fluidframework/container-definitions > IBaseBlob

Properties common to all Blobs

Signature:

export interface IBaseBlob 

Properties

List of properties of this interface
Property Type Description
content Uint8Array
fileName string
id string
size number
url string

Events

content

Signature:

content: Uint8Array;

fileName

Signature:

fileName: string;

id

Signature:

id: string;

size

Signature:

size: number;

url

Signature:

url: string;