From 4cefb906e93720dcfa102f3a84c01c9175580d8c Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 19 Feb 2024 06:16:16 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4aaa0b8e2..284a6bbaf 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -20321,7 +20321,7 @@ "name": "tableStyle", "optional": true, "readonly": false, - "type": "any", + "type": "object", "default": "", "description": "Inline style of the table element." }, @@ -20329,7 +20329,7 @@ "name": "tableClass", "optional": true, "readonly": false, - "type": "any", + "type": "string | object", "default": "", "description": "Style class of the table element." },