support
support copied to clipboard
Wrong types display in docs browser
https://bryntum.com/products/grid-next/docs/#Core/widget/List#property-selected
Few things
- [ ]
+1 moreOverflow tip is wrong
- [ ] +1 more is too close to
ibadge
- [ ] Wrong
Array.type in tooltip
- [ ] Hard to understand from docs app that which type it returns without hovering with a mouse
Declared as
/**
* Gets/sets the collection of selected records.
*
* When used as a setter, a record, or record `id` or array of same may be passed to
* set the selected records.
* @property {Core.util.Collection}
* @accepts {Core.data.Model|Core.data.Model[]|String|String[]|Number|Number[]}
*/
It appears that this requires some changes to the JSDoc system.
We cannot declare a property with a different input value to its output value. I tried to make it do that, but could not.