Forums

Full Version: Hide & show groups
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hide group:This sdk method is used to hide the groups when it is clicked on any label & group includes(labels,components,filters etc)

* Method: sdk.hideGroups[("group_1")]
  Argument:group name as string(used to hide single group)

* Method: sdk.hidegroups[("group_1","group_2")]
   Argument:Array of groups as string(used to hide multiple groups)


Show group:This sdk method is used to show the groups when it is clicked on any label & group includes(labels,components,filters etc)..

* Method: sdk.showGroups[("group_1")]
  Argument:group name as string(used to show single group)

* Method: sdk.showgroups[("group_1","group_2")]
   Argument:Array of groups as string(used to show multiple groups)