ViewStoreRpc.AddViewArgs Interface
Arguments for adding a new view to a ViewStore.
Properties
| Name | Type | Description | |
|---|---|---|---|
| categorySelectorProps Readonly | CategorySelectorProps | undefined | The properties of a category selector for the new view. | |
| displayStyleProps Readonly | DisplayStyleProps | undefined | The properties of a display style for the new view. | |
| group Readonly | string | undefined | ||
| isPrivate Readonly | boolean | undefined | ||
| modelSelectorProps Readonly | ModelSelectorProps | undefined | The properties of a model selector for the new view. | |
| owner Readonly | string | undefined | ||
| tags Readonly | string[] | undefined | ||
| thumbnail Readonly | ThumbnailProps | undefined | optional thumbnail for the view. | |
| viewDefinition Readonly | ViewDefinitionProps | the properties of the ViewDefinition for the new view. | 
Defined in
- core/common/src/ViewProps.ts Line 379
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.