Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Audio

Audio: { duration: number; id: string; fileName: string; fileUrl: string; src: string }

Type declaration

  • duration: number

    The sample duration

  • id: string

    The item id

  • fileName: string

    The sample file name

  • fileUrl: string

    The audio file uri

    deprecated
  • src: string

    The audio file uri

AudioLocation

AudioLocation: Audio & { autoplay: boolean; loop: boolean; noMobile: boolean; radius: number; repeatAfter: number; volume: number; x: number; y: number }

Image

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

An image asset uploaded in the Micrio editor

Type declaration

  • id: string
  • width: number

    The image original width

  • height: number

    The image original height

  • src: string

    Original image source uri

  • micrioId: string

    If the image is available as Micrio image, its ID

  • tilesId: string

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

  • title: string

    Image title / filename

  • description: string

    The image description

Subtitle

Subtitle: { fileSize: number; fileUrl: string; mimeType: string; title: string }

Type declaration

  • fileSize: number
  • fileUrl: string
  • mimeType: string
  • title: string

Generated using TypeDoc