It would be somewhat useful for certain applications to see which Opt fields of a nested record are undefined. My example is I'd like to use something like this for the ViewModel in an application, where I have an extended View Model with Opt values, based on a Record type without any Opt values that represents just the "Model". To give feedback to the user, it would be great to be able to query which Opt fields are still undefined.
Is this something that might be doable?
Thanks,