Hi All,
when trying to add a custom button to the default popup of a BuildingSceneLayer, I get this message inside the popup :
"The information for this feature could not be displayed."
The original ESRI sample is here : https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/ is shows the list of fields values in a table.
And the customized codepen that should have my custom button in its popup AND the list of all fields in a table:
https://codepen.io/Chris_Siveco/pen/RwYGbRZ
The aim is to have the default table array displayed with my custom button close to the "zoom to" button.
Regards, Chris