modelSelectorProps Readonly
modelSelectorProps: ModelSelectorProps | undefined
The properties of a model selector for the new view.
@note This value is only used, and should only be present if viewDefinition.modelSelectorId
not a valid
IdString
. In that case, a new model selector will be created with these properties and its Id will be used.
Otherwise, the modelSelectorId from the ViewDefinition is used. If it does not represent a valid model selector,
an error is thrown.
Defined in
- core/common/src/ViewProps.ts Line 398
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.