render icon indicating copy to clipboard operation
render copied to clipboard

relax types for Bind and Render funcs

Open willnorris opened this issue 11 months ago • 0 comments

This relaxes the Bind and Render to accept any type as a payload. If those types implement the Binder or Renderer interfaces, then the relevant method on the type is called. Sometimes the default Bind or Render behavior is sufficient, and I don't need any additional custom handling.

It looks like the Bind method was updated in #38 but that PR was immediately closed, but I'm not sure why.

willnorris avatar Mar 07 '24 20:03 willnorris