FeatureAction in 3D Custom Widget in Webappbuilder

595
3
04-18-2019 02:49 AM
MathiasMergl
New Contributor

Hi,

in 2D it is possible to add a featureAction in the manifest.json of a custom Widget.

Like this: https://developers.arcgis.com/web-appbuilder/sample-code/create-a-feature-action-in-your-widget.htm 

This code doesn´t work in a 3D Widget. 
I think the 

"featureActions": [{
    "name": "ShowVertex",
    "uri": "ShowVertexFeatureAction"
  }]‍‍‍‍

doesn´t work at all.

What is the way to get a feature action (Infowindow) work in an 3D Widget?

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Mathias,

   There is no feature action manager in the 3D environment.

0 Kudos
MHahn
by
New Contributor II

So, there is no way to execute code of an Custom Widget in 3D before the widget is "started"?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Not that I am aware of.

0 Kudos