Parameters
installId
string
name
string
Returns
unknown[]
Remarks
This is the prefixtap.invalidate(name) invalidates.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Builds the key prefix every cached call of one procedure sits under, whatever its input.
function procedurePrefix(installId, name): unknown[];
string
string
unknown[]
tap.invalidate(name) invalidates.
import { procedurePrefix } from '@tappify/extension-sdk';
const prefix = procedurePrefix('ins_test', 'getSummary');
Was this page helpful?