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); });
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.