ViewStoreRpc.ViewGroupInfo Interface
Information about a ViewGroup in a ViewStore.
Properties
| Name | Type | Description | |
|---|---|---|---|
| defaultView | string | undefined | The Id of the default view for this view group. | |
| id | string | The Id of this view group. | |
| name | string | The name of this view group. | |
| parent | string | undefined | The Id of the parent of this view group. | 
Defined in
- core/common/src/ViewProps.ts Line 367
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.