Hi,
I want to get hold of a feature layer's display field. This property doesn't seem to be present on a feature layer. Is there a way to get hold of it with version 4 of the API?
Thanks,
Matt
Matt,
The way I have found is this:
featureLayer.on("layerview-create", function(){ console.info(featureLayer.source.layerDefinition.displayField); });
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.