Jaroslav Bereza
Jaroslav Bereza
Well, there are so many types... most of the time you won't be able to figure out what the name could be :-D Namespaces can help you to narrow it....
Some are hidden because their existence is conditional. E.g. countClass will show only when you used the count tool. Others could be hidden for performance reasons and for the rest...
If you look here I have 3 types of properties: default (always shown), optional (if exists in document), hidden (always requires property) https://github.com/jardicc/alchemist/blob/master/src/inspector/store/initialState.ts#L368