Affected path: extensions/api-documentation.md
Issue: There is no useful documentation for the XxxxSettings classes. These critical questions are not answered by the docs:
- What are all the possible constructor arguments?
- e.g. the
label= argument is demonstrated in examples but not documented
- How do you specify a default value?
- How do you access the value?
- Per example code, it appears you can implicitly coerce the object to its value (comparison operators) but this is not documented anywhere
Affected path: extensions/api-documentation.md
Issue: There is no useful documentation for the XxxxSettings classes. These critical questions are not answered by the docs:
label=argument is demonstrated in examples but not documented