API reference · generated from source
Interface: RetreeConvexAction()<Action>#
Defined in: retree-convex/src/types.ts:272
Typed function wrapper around a Convex action.
Type Parameters#
| Type Parameter | Default type |
|---|---|
Action extends ActionReference | ActionReference |
RetreeConvexAction(...args): Promise<Awaited<FunctionReturnType<Action>>>;Defined in: retree-convex/src/types.ts:281
Run the Convex action.
Parameters#
| Parameter | Type | Description |
|---|---|---|
...args | OptionalConvexArgs<Action> | Action arguments. |
Returns#
Promise<Awaited<FunctionReturnType<Action>>>
Promise for the Convex action result.