Hoppa till huvudinnehållet

What is the event fired when a user clicks on the Layer Actions arrow?

Kommentarer

1 kommentar

  • Marc Rempel
    For whatever it is worth, I ended up catching the event using the ViewContainerActivatedEvent and then checking the id.  It fires a couple times, but I could do more interrogation to get what I needed.

     

     this.app.eventRegistry.event("ViewContainerActivatedEvent").subscribe(this, (args) => {

     

                    if (args.id === "LayerDataContainerView") {

     

    //code here

     

    }

     

    }
    0

Du måste logga in om du vill lämna en kommentar.