constructor Method
Construct a new DisplayStyleState from its JSON representation.
DisplayStyleState(props: DisplayStyleProps, iModel: IModelConnection, source?: DisplayStyleState): DisplayStyleState
| Parameter | Type | Description |
|---|---|---|
| props | DisplayStyleProps | JSON representation of the display style. |
| iModel | IModelConnection | IModelConnection containing the display style. |
| source | DisplayStyleState | If the constructor is being invoked from EntityState.clone, the display style that is being cloned. |
Returns - DisplayStyleState
Defined in
Last Updated: 30 November, 2023