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 5, 2026 at 11:47 AMEdit this page