useTapStorage reads one collection’s document under.
Parameters
installId
string
collection
string
Returns
unknown[]
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Builds the cache key useTapStorage reads one collection’s document under.
function storageQueryKey(installId, collection): unknown[];
useTapStorage reads one collection’s document under.
string
string
unknown[]
import { storageQueryKey } from '@tappify/extension-sdk';
const key = storageQueryKey('ins_test', 'preferences');
Was this page helpful?