function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Joseph MurawskiJoseph Murawski 

setting design element of lightning component in global actions

I'm not sure if this can be done but I thought I would ask.  

I have a lightning component I wrote to use in the global actions area.  It uses a search component doing the search on name.  This works great but not what the user wants.  I could re-write the lookup component to search on the requested field but then it is no longer a generic component which I want to avoid.  Instead I thought I would add a design element to allow for marking the field to search on.  

The problem is I added a design to the component asking for the field and now that it is complete, I find I do not know how to assign the value in the Global Actions section.