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