File: src/Calx/Cell/CellEvent.ts

Recommend this page to a friend!
  Packages of ikhsan   jQuery Calx   src/Calx/Cell/CellEvent.ts   Download  
File: src/Calx/Cell/CellEvent.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change:
Date: 5 months ago
Size: 281 bytes
 

Contents

Class file image Download
/** * Available cell events. */ export enum CellEvent { VALUE_CHANGED = 'value.changed', FORMULA_CHANGED = 'fomula.changed', FORMULA_CALCULATED = 'formula.calculated', CALCULATED = 'calculated', ELEMENT_MOUNTED = 'element.mounted', }