jspreadsheet 11.12.0 → 11.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -625,6 +625,8 @@ declare namespace jspreadsheet {
625
625
  wrap?: boolean;
626
626
  /** The rotation angle for the text value, between -90 and 90. Default: null. */
627
627
  rotate?: number;
628
+ /** Can be used to map JSON properties or help to group type radio cells */
629
+ name?: string;
628
630
  /** Record editor */
629
631
  worksheetId?: string;
630
632
  worksheetColumn?: number;