uri property

String? uri
getter/setter pair

The URI of the data to be handled by this request.

If the URI points to a file (file://) in the caller's data directory, the callee process will be granted a read access to the file temporarily during its lifetime.

Implementation

String? uri;