[0.8] readOnly
property without notify
will not be readOnly
#1294
Labels
readOnly
property without notify
will not be readOnly
#1294
If a property
foo
isreadOnly
but does notnotify
, a_setFoo
setter is not created, and thefoo
property will be directly settable.Relatedly, considering the following contrived element:
The console output is:
The text was updated successfully, but these errors were encountered: