API (v2.0.0) - Giro3D
Preparing search index...
sources/ImageSource
ImageResponse
Interface ImageResponse
interface
ImageResponse
{
id
:
string
;
request
:
(
()
=>
Promise
<
ImageResult
>
)
|
(
()
=>
ImageResult
)
;
}
Index
Properties
id
request
Properties
id
id
:
string
The id of the response, used to deduplicate requests.
request
request
:
(
()
=>
Promise
<
ImageResult
>
)
|
(
()
=>
ImageResult
)
The request that will generate the image.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
request
API (v2.0.0) - Giro3D
Loading...
The id of the response, used to deduplicate requests.