phetsims / axon

Axon provides powerful and concise models for interactive simulations, based on observable Properties and related patterns.
MIT License
11 stars 8 forks source link

Add template variables for Property subtypes #366

Closed samreid closed 2 years ago

samreid commented 2 years ago

From https://github.com/phetsims/axon/issues/365, I found we can add template variables for Property subtypes. I'll do that shortly.

samreid commented 2 years ago

This will allow us to remove the redundant type parameters in link callbacks.

samreid commented 2 years ago

Fixed, closing.