IImageBlob Interface
Packages > @fluidframework/container-definitions > IImageBlob
Blob containing image data
Signature:
export interface IImageBlob extends IBaseBlob
Extends: IBaseBlob
Properties
Property | Type | Description |
---|---|---|
height | number | |
type | "image" | |
width | number |
Events
height
Signature:
height: number;
type
Signature:
type: "image";
width
Signature:
width: number;