We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98df52 commit 36add50Copy full SHA for 36add50
1 file changed
src/grid/Row.mjs
@@ -30,6 +30,10 @@ class Row extends Component {
30
* @member {Number|null} rowIndex=null
31
*/
32
rowIndex: null,
33
+ /**
34
+ * @member {Number} updateDepth=-1
35
+ */
36
+ updateDepth: -1,
37
/**
38
* @member {Object} _vdom={cn: []}
39
0 commit comments