API Reference / modelence / client / callMethodDocumentation Index
Fetch the complete documentation index at: https://docs.modelence.com/llms.txt
Use this file to discover all available pages before exploring further.
callMethod<Defined in: packages/modelence/src/client/method.ts:30T>(methodName,args,options):Promise<T>
Type Parameters
| Type Parameter | Default type |
|---|---|
T | unknown |
Parameters
| Parameter | Type |
|---|---|
methodName | string |
args | MethodArgs |
options | CallMethodOptions |
Returns
Promise<T>