On this page
Properties

Type Alias UpdateImageOptions

The options object for the ImageSource.updateImage method

type UpdateImageOptions = {
    coordinates?: Coordinates;
    url: string;
}
Index

Properties

Properties

coordinates?: Coordinates

The image coordinates

url: string

Required image URL.

Was this helpful?
SDK JS
Reference
UpdateImageOptions