ServerCallback
Call a server sided callback
Parameters description
Parameter | Type | Description |
---|---|---|
name | string | The callback name |
... | any? | If the callback's function, the callback parameters |
Return:
...: any
Example
Last updated