Embed: Partial<MicrioImage> & {
    area: View;
    fileUrl?: string;
    frameSrc?: string;
    title?: string;
    micrioId?: string;
    width?: number;
    height?: number;
    isPng?: boolean;
    opacity?: number;
    scale?: number;
    rotX?: number;
    rotY?: number;
    rotZ?: number;
    videoId?: string;
    duration?: number;
    muted?: boolean;
    loop?: boolean;
    autoplay?: boolean;
}

An embedded element inside the main image. This could be an image, iframe embed, or simple empty HTML element (Spaces). This is created in the Micrio editor or Spaces.

Generated using TypeDoc