CreateCallback
Create a callback function
Parameters description
Parameter
Type
Description
Default
name
string
callback name
----
isLocal
boolean?
is the callback local (import method only)
false
cb
any|function
callback value
----
Example
Last updated