support icon indicating copy to clipboard operation
support copied to clipboard

Wrong types display in docs browser

Open SergeyMaltsev opened this issue 2 months ago • 1 comments

https://bryntum.com/products/grid-next/docs/#Core/widget/List#property-selected

Few things

  • [ ] +1 more Overflow tip is wrong
Image
  • [ ] +1 more is too close to i badge
Image
  • [ ] Wrong Array. type in tooltip
Image
  • [ ] Hard to understand from docs app that which type it returns without hovering with a mouse
Image

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[]}
 */

SergeyMaltsev avatar Oct 16 '25 10:10 SergeyMaltsev

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.

ExtAnimal avatar Nov 05 '25 15:11 ExtAnimal