TriggerServerCallback
Arguments
name (string): The name of the server callback to trigger.
cb (function): The callback function to execute with the result.
...: Additional arguments to pass to the server callback.
Example Usage
Last updated