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.
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:
readonly uri: string | null;Remarks
Returns a base64 data URI string (e.g. data:image/png;base64,...).
Last updated: August 25, 2026 at 6:23 AMEdit this page