Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hide & show groups
#1
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)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)