Hi,
In the API docs, https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html#content, it is mentioned that the pop up template is open using clicks by default. Is there a way to programmatically open a popup template on a graphics layer?
Currently, the only available methods is to open up the pop up on a view.
view.popup.open()
But what I am looking for is, say that I have graphicsLayer initialised as a feature layer
graphicsLayer.graphics.getItemAt(x).popupTemplate.open()