Just FYI:
when working with symbols another approach to target actions within is to use custombehaviours.
you’ll define a custombehaviour within the symbol and call it from whereever you want.
Hypes API also offers an event “HypeTriggerCustomBehavior”. @MaxZieb built some extensions around it: Hype CommandPipeline, Hype GlobalBehavior (Custom Behavior Extension)
@Daniel “HypeTriggerCustomBehavior” and “HypeLayoutRequest” seem to be missing in the documentation …¿
edit: i forgot to add that a custombehaviour does not need to be created before calling via script. so all in all it’s a powerful event-managing-system and plays especially well with the new opportunity to set custom attributes …