Attributes of the legend attribute that can be specified on a layer.
To show a legend for the layer, provide an imageUrl to an image to show or provide a React component that will be rendered as a legend.
LegendItemAttributes should be registered with a layer as the "legend" attribute.
"legend"
Optional
(Optional) React component that will be shown as customized legend for the layer.
(Optional) URL to an image that will be shown as a legend for the layer.
Attributes of the legend attribute that can be specified on a layer.
To show a legend for the layer, provide an imageUrl to an image to show or provide a React component that will be rendered as a legend.
LegendItemAttributes should be registered with a layer as the
"legend"
attribute.