getViewGroupInfo Method
get the properties of a ViewGroup by id. This will include the defaultViewId, if one exists.
getViewGroupInfo(args: { groupId?: string }): Promise<ViewStoreRpc.ViewGroupInfo | undefined>
| Parameter | Type | Description |
|---|---|---|
| args | { groupId?: string } |
Returns - Promise<ViewStoreRpc.ViewGroupInfo | undefined>
Defined in
- backend/src/ViewStore.ts Line 1238
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.