Create Stratus Instance

You can get the stratus component reference as shown below. This will not fire a server-side call. We will refer to this component instance in various code snippets of working with Stratus.

Sample Code Snippet


Package Imports
copy
import com.zc.component.stratus.ZCStratus;
copy
ZCStratus stratus = ZCStratus.getInstance();

Last Updated 2025-11-19 20:37:41 +0530 IST