Skip to main content
Calls one procedure on your own server, cached per install, name, input and filter bar.

Type Parameters

N

N extends string

Parameters

name

N

input

unknown

options?

TapQueryOptions = {}

Returns

TapQueryResult<unknown>

Remarks

The name and the input are narrowed by the TapProcedureMap augmentation tappify extension types writes, so a procedure the manifest does not declare does not compile; at runtime a name the host has no route for throws TAP_UNKNOWN_PROCEDURE. The call carries the whole filter bar for you. An answer stays fresh for 30 seconds and a failure is not retried; an error your server threw arrives as a TapServerError with your own code. Throws TAP_NO_QUERY_CLIENT when no Tappify mount provides the query client.

Example