Skip to main content

callServerMethod()

Call a backend method (Python Method) with list of params.

Notes

This function does not handle Abstract Data Types. boolean, string, and integers are the only accepted parameters and return types

ParameterTypeDescription
methodNamestringName of the backend method
kwargs?objectKeyword arguments passed to the Python API
  • type method
  • returns string|bool|number