Francisco Noriega
09/25/2024, 9:36 PMbod
09/26/2024, 5:15 AMFrancisco Noriega
09/27/2024, 8:54 PMActionButton
as your UI
◦ You can use CustomComponentAction
interface on your AnAction to be able to set your ActionButton
◦ Pass in an ActionGroup
with actions to your ActionButton
as it's main action. (You can use DefaultActionGroup
for this)
• Set Presentation.isPopupGroup = true
on your action