# Image.uri
The data URI of the image (base64 encoded), or null if the image data has not been loaded yet or could not be fetched.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## Image.uri property

The data URI of the image (base64 encoded), or null if the image data has not been loaded yet or could not be fetched.

**Signature:**

```typescript
readonly uri: string | null;
```

## Remarks

Returns a base64 data URI string (e.g. `data:image/png;base64,...`).
