As mentioned by Reboog, myPopup.someProperty = value.
After the popup is launched, dispatch an application wide event with data in it for the popup to handle the event and display(Custom Event that you have to create, embed data and dispatch it)
Store the data in a Model location i.e., either a singleton, from the popup, you can access it by Singleton.getinstance().value.