invoke | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...
    • Invoke any remote function as long as its name starts with TESTFW_. This allows you to quickly run code in the backend without having to set up explicit RPCs

      Parameters

      • libfunc: string

        <library>#TESTFW_<function> to call

      • ...params: unknown[]

      Returns Promise<any>