toJSON Method
Obtain the JSON representation of this Entity. Subclasses of Entity typically override this method to return their corresponding sub-type of EntityProps - for example, GeometricElement.toJSON returns a GeometricElementProps.
toJSON(): GeometricElement3dProps
Returns - GeometricElement3dProps
Defined in
- core/backend/src/Element.ts Line 529
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.