Functions

The function group in Catalyst is created and defined through either Catalyst’s online editor or the Command Line Interface (CLI). The functions in a function group can be executed in a testing environment as well as in the production environment.

Get a component instance

The function reference can be created using the following method which does not fire a server-side call.

    
copy
//Get a function instance let functions = app.functions();

Last Updated 2023-09-03 01:06:41 +0530 +0530

ON THIS PAGE

RELATED LINKS

Functions