Get a Function Object

A function object can be created by the following method which would not fire a server-side call. The unique function ID is passed as a parameter to the method. The functions used in the below code snippet is the component instance.

copy
//Get the function object by passsing the function ID
var functions = catalyst.function;
var functionObject = functions.functionId(FUNCTION_ID);

Last Updated 2025-08-28 12:01:44 +0530 IST

ON THIS PAGE

RELATED LINKS

Functions Function - API