@deephaven/iris-grid 0.15.5 → 0.15.6-beta.0

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.
@@ -396,7 +396,7 @@ export declare class IrisGrid extends Component<IrisGridProps, IrisGridState> {
396
396
  rollback(): void;
397
397
  /**
398
398
  * Check if we can rollback the current state to a safe state.
399
- * @returns {boolean} true if there's a previously known safe state or if some of the current state isn't empty.
399
+ * @returns true if there's a previously known safe state or if some of the current state isn't empty.
400
400
  */
401
401
  canRollback(): boolean;
402
402
  startListening(model: IrisGridModel): void;
package/dist/IrisGrid.js CHANGED
@@ -1475,7 +1475,7 @@ export class IrisGrid extends Component {
1475
1475
  }
1476
1476
  /**
1477
1477
  * Check if we can rollback the current state to a safe state.
1478
- * @returns {boolean} true if there's a previously known safe state or if some of the current state isn't empty.
1478
+ * @returns true if there's a previously known safe state or if some of the current state isn't empty.
1479
1479
  */
1480
1480
 
1481
1481