appsmith-docs
appsmith-docs copied to clipboard
Promise signature for `Api.run` does not pass params
The signature SomeApi.run(params) does not pass params down into the query (this.params is an empty object). In order to get params passing, you must call SomeApi.run(() => {}, () => {}, params).