Skip to main content
Builds the cache key useTapQuery reads a Tappify data query under.

Parameters

installId

string

query

TapQuery

filters

TapFilters

Returns

unknown[]

Remarks

The key carries the install, the query and the filters behind it, so two mounts asking for the same numbers share one request. Call it only to reach the query cache directly; the hooks build their own keys.

Example