I’ve been trying to find this in the documentation, but without success. Is there any way to enable field access to an enum? Specifically, I’d love to be able to access fields with field expressions when the same named field (with the same type) is available across all variants of an enum. Is this possible? It would certainly be convenient.
David