Get Circuit Instance

Note: Ensure you have installed the required package to use this SDK method.

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

Note: Circuits is currently not available to Catalyst users accessing from the EU, AU, IN, JP, SA, or CA data centers.
copy
// Get a instance for Circuit
const circuit = new Circuits();

Last Updated 2026-07-02 14:51:41 +0530 IST