I have a ListComposableModel rendered with spec that I want to do something if an element is double clicked.
How do I register the event handler? I know about on:send:to but what Announcement do I use? In my testing with just a symbol #doubleClick it doesn't work (and probably isn't supposed to). thanks, Lo