Interface QueryTileUrlTemplateOptions

interface QueryTileUrlTemplateOptions {
    cache?: QueryTileCacheIdentityDescriptor;
    endpoint?: QueryTileEndpointDescriptor;
    extraParams?: Readonly<Record<string,
        | undefined
        | string
        | number
        | boolean>>;
    includeCacheKey?: boolean;
}

Hierarchy (view full)

Properties

extraParams?: Readonly<Record<string,
    | undefined
    | string
    | number
    | boolean>>
includeCacheKey?: boolean