API (v2.0.0) - Giro3D
    Preparing search index...

    Interface ImageResponse

    interface ImageResponse {
        id: string;
        request: (() => Promise<ImageResult>) | (() => ImageResult);
    }
    Index

    Properties

    Properties

    id: string

    The id of the response, used to deduplicate requests.

    request: (() => Promise<ImageResult>) | (() => ImageResult)

    The request that will generate the image.