groups method

void groups(
  1. List<List<String>> groups
)

Update groups for the targets.

Implementation

external void groups(List<List<String>> groups);