inRoots

open fun inRoots(roots: Array<Int>): WidgetQuery

See how inIndexPath works - this is equivalent to:

    for (int i : roots) {
        inIndexPath(i);
    }

Return

this query

Parameters

roots

the widget search root indexes

See also