OptionalcalloutCallout configuration for a symbol.
OptionalstyleThe origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol. See https://developers.arcgis.com/web-scene-specification/objects/styleOrigin/.
Optionalname?: stringName of the symbol in the style referenced by styleName or styleUrl.
OptionalstyleA well-known esri-provided style, such as EsriThematicShapesStyle.
OptionalstyleURL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with "./".
A Collection of Symbol3DLayer objects used to visualize the graphic or feature.
The type of symbol. See SymbolJsonType.
OptionalverticalShifts the symbol along the vertical world axis by a given length.
PointSymbol3D is used to render features with Point geometry in a 3D SceneView.
See https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/.