TProperty¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/axon/blob/main/js/TProperty.ts for the most up-to-date information.
Overview¶
Type TProperty¶
See comments in Property.ts / TinyProperty.ts
StrictOmit<TReadOnlyProperty<T>, "value"> & { }
Source Code¶
See the source for TProperty.ts in the axon repository.