IBlob Interface
Packages > @fluidframework/protocol-definitions > IBlob
Raw blob stored within the tree
Signature:
export interface IBlob
Properties
Property | Type | Description |
---|---|---|
contents | string | |
encoding | string |
Events
contents
Signature:
contents: string;
encoding
Signature:
encoding: string;