Tools, FAQ, Tutorials:
"transaction" Process Function Syntax
What is the syntax of "transaction" process function in the JavaScript file?
✍: FYIcenter.com
A "transaction" process function is a regular JavaScription function
that has two extra decorators: "@transaction" and "@param".
Here is the syntax of a "transaction" process function statement:
/* @transaction * @param {transaction_type} param_name */ [async] function function_name(param_name) { ... JavaScript statements ... }
Syntax elements used in a "transaction" process function statement:
Â
⇒ "transaction" Data Type Declared in CTO
⇠What Is JS Scripting Language
2021-06-05, 998🔥, 0💬
Popular Posts:
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...