Communicating Between a SwiftUI View and a UIViewRepresentable

Hi all. Anyone know how to notify a UIViewRepresentable view about a change in the SwfitUI view. I know you need to use coordinators to notify a SwfitUI view about a change in UIKit, but how would you do the opposite?

You can try ObjectBinding and sink more information in this post swiftui-in-uikit