Skip to content 

IImageBlob Interface

Packages > @fluidframework/container-definitions > IImageBlob

Blob containing image data

Signature:

export interface IImageBlob extends IBaseBlob 

Extends: IBaseBlob

Properties

List of properties of this interface
Property Type Description
height number
type "image"
width number

Events

height

Signature:

height: number;

type

Signature:

type: "image";

width

Signature:

width: number;