getViewGroups Method

Get a list of ViewGroups that are children of the supplied parent. If no parent is supplied, the root group is used. Each entry in the list includes the id and name of the ViewGroup.

getViewGroups(args: { parent?: string }): Promise<{ id: string, name: string }[]>

Parameter Type Description
args { parent?: string }  

Returns - Promise<{ id: string, name: string }[]>

Defined in

Last Updated: 14 November, 2024