Image: {
    width: number;
    height: number;
    micrioId: string;
    id?: string;
    src?: string;
    tilesId?: string;
    title?: string;
    description?: string;
}

An image asset uploaded in the Micrio editor

Type declaration

  • width: number

    The image original width

  • height: number

    The image original height

  • micrioId: string

    If the image is available as Micrio image, its ID

  • Optional id?: string
  • Optional src?: string

    Original image source uri

  • Optional tilesId?: string

    If the image has a Micrio version, optional alternative image tile ID

  • Optional title?: string

    Image title / filename

  • Optional description?: string

    The image description

Generated using TypeDoc