invoke | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/test-backendinvokeFunction invokeinvoke(libfunc: string, ...params: unknown[]): Promise<any>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 Parameterslibfunc: string<library>#TESTFW_<function> to call ...params: unknown[]Returns Promise<any>SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
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