How to reference devices in verse?

Hello!

Alright so I am trying to create a @editable reference for a pop up dialog device in VERSE But I have no idea what its called or where to look for it.

For instance I know to create a button reference it would be like so:

@editable
Button: button_device = button_device{}

But i have no idea where to look for what other objects are called. For example the
Pop up dialog, What do I write in order for verse to know that its a pop up dialog

The reason for this is because i am trying to create a Subscribe function for when a player chooses an option from the pop up dialog

You can see all of the interfaces and definitions in the Fortnite verse file that lives alongside your device verse file. Additionally you can see them here: Devices module

Thanks, Would you also happen to know what the event is called when a player interacts with buttonChoice1?