-
I'm going through the tutorial and I kind of got stuck on the Polishing the Tile chapter. In it, there's the Boolean |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
When a property is not set, it is initialized to the default value of the type, which for book, is false. It's true that the docs don't say that, we should fix that. |
Beta Was this translation helpful? Give feedback.
-
I added some docs in #2993 |
Beta Was this translation helpful? Give feedback.
When a property is not set, it is initialized to the default value of the type, which for book, is false.
It's true that the docs don't say that, we should fix that.