Micrio Client - v6.0.0
    Preparing search index...

    Type Alias Image

    Image: BaseAsset & {
        height: number;
        i18n?: I18n<{ description?: string; title?: string }>;
        id?: string;
        isDeepZoom?: boolean;
        isPng?: boolean;
        isWebP?: boolean;
        micrioId?: string;
        tilesId?: string;
        width: number;
    }

    An image asset uploaded in the Micrio editor

    Type Declaration

    • height: number

      The image original height

    • Optionali18n?: I18n<{ description?: string; title?: string }>

      V5+: Translatable description

    • Optionalid?: string
    • OptionalisDeepZoom?: boolean

      Used DeepZoom format

    • OptionalisPng?: boolean

      Is PNG

    • OptionalisWebP?: boolean

      IsWebP

    • OptionalmicrioId?: string

      If the image is available as Micrio image, its ID

    • OptionaltilesId?: string

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

    • width: number

      The image original width