Get a Function Object

Note: This SDK is currently in deprecation. Migrate to JavaScript SDK now.

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 2026-09-08 16:37:33 +0530 IST

ON THIS PAGE

RELATED LINKS

Functions Function - API