Get Browser Grid Instance

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

You can get the browser grid instance 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 Browser Grid component.

copy
const grid = app.SmartBrowz().browserGrid(); // Get Browser Grid instance

Last Updated 2026-09-08 16:37:33 +0530 IST