Callback
Trigger a callback function from the same side
Parameters description
Parameter | Type | Description | Required |
---|---|---|---|
name | string | The callback name | yes |
... | any | If the callback's function, the callback parameters | no |
Return:
...: any
Example
Last updated