Source

cells/MultiSelectCell.doc.ts

/**
 * Cell containing a MultiSelect ({@link https://flowbite-svelte.com/docs/forms/select#MultiSelect}) component.
 * @typedef {object} MultiSelectCell
 * @property {string} [displayProp] - Property within items which displays in the list. Defaults to 'name'.
 * @property {string} [valueProp] - Property within tems used to populate the cell's value when picked. Defaults to 'id'.
 * @property {any[]} items - Array of objects the user can select from.
 */