Type alias UpdateImageOptions

UpdateImageOptions: {
    coordinates?: Coordinates;
    url: string;
}

The options object for the ImageSource#updateImage method

Type declaration

  • Optional coordinates?: Coordinates

    The image coordinates

  • url: string

    Required image URL.