Can A Mix Of Structs And Classes Be Used For A Document App's Data Model?

I guess if the TextField only updated the underlying model every 5 seconds, instead of constantly, performance wouldn't be that bad.

Do TextFields do something like this by default?

"...the text field updates this value continuously as the user types or otherwise edits the text in the field." [

TextField | Apple Developer Documentation

](TextField | Apple Developer Documentation)

Why I thought classes wouldn't be an option was addressed in this thread.