The StyleSymbolReference is used to reference a symbol from a portal styleItem
Referenced by: Symbol3D
Properties
| Property | Details | 
|---|---|
| name | Identifies a symbol in the style by name. | 
| styleName | A registered web style name, such as EsriThematicTreesStyle | 
| styleUrl | URL to a style definition. | 
| type | The type of the symbol Valid value of this property styleSymbolReference | 
Example
{
  "type": "styleSymbolReference",
  "styleName": "EsriThematicTreesStyle",
  "name": "Frangula"
}