-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamicProperty field declarations that should be TReadOnlyProperty #222
Comments
@matthew-blackman and I aren't too excited about using double declarations to solve the access issues. We made one change above and @samreid will review the other occurrences to see how to proceed. |
OK we addressed the remainder of the cases. We left a few DynamicProperty type declarations where there wasn't a bundle of other related dynamic properties or where the API was mostly necessary/valuable. Closing. |
For code review #32 ...
There are many declarations of public fields of type
DynamicProperty
that should beTReadOnlyProperty
. Search for ": DynamicProperty" and inspect them.For example, in Field.ts:
In some cases, like SMField, this pattern should be used:
SMField patch
The text was updated successfully, but these errors were encountered: