Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.39.0
GitLab
Giro3D API (v0.39.0)
sources
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.
Type declaration
(
)
:
Promise
<
ImageResult
>
Returns
Promise
<
ImageResult
>
Type declaration
(
)
:
ImageResult
Returns
ImageResult
Settings
Member Visibility
Protected
Inherited
External
On This Page
id
request
Giro3D API (v0.39.0)
Loading...
The id of the response, used to deduplicate requests.