#I have a CustomEditor for my custom type
1 messages · Page 1 of 1 (latest)
Generally you don't want to do this sort of thing via property drawer. Instead, handling the drawing in the custom editor. What are you trying to do?
Actually yeah if I make a ListView I could handle it in bindItem() significantly easier
The tldr is that I need to run some postprocessing on type A when the value of any item in the array changes
and I'd prefer to know exactly which one was modified
edited my answer a bit fyi
Ahh, I would register a change event for every item then. Probably the easiest.