IBaseBlob Interface
Packages > @fluidframework/container-definitions > IBaseBlob
Properties common to all Blobs
Signature:
export interface IBaseBlob
Properties
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;