Define read-only and write-only properties in the documentation #142
falkoschindler
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the documentation doesn't tell if a property is meant to be read or written to. This can be confusing if you, e.g., want to set
and it doesn't do anything because
active
is read-only and you should useactivate()
instead.An extra "access" column for property tables with "R",
"W"or "RW" should do.Update: I noticed my example is invalid because
active
can is read+write. But my documentation request still holds.Beta Was this translation helpful? Give feedback.
All reactions