Update API doc
parent
9fcc7cc848
commit
4cefb906e9
|
@ -20321,7 +20321,7 @@
|
||||||
"name": "tableStyle",
|
"name": "tableStyle",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "any",
|
"type": "object",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Inline style of the table element."
|
"description": "Inline style of the table element."
|
||||||
},
|
},
|
||||||
|
@ -20329,7 +20329,7 @@
|
||||||
"name": "tableClass",
|
"name": "tableClass",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "any",
|
"type": "string | object",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Style class of the table element."
|
"description": "Style class of the table element."
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue