From 9e1f1b5194993ddb4be8e9fb357be01c2bf0b25b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 17 May 2023 14:23:54 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index f48d65848..12f327dfd 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -9316,7 +9316,7 @@ }, "ColumnPassThroughOptions": { "description": "Custom passthrough(pt) options.", - "relatedProp": "undefined.ColumnProps.pt", + "relatedProp": "ColumnProps.pt", "props": [ { "name": "root", @@ -10207,6 +10207,14 @@ "type": "boolean", "default": "false", "description": "Whether the column is rendered." + }, + { + "name": "pt", + "optional": true, + "readonly": false, + "type": "ColumnPassThroughOptions", + "default": "", + "description": "Uses to pass attributes to DOM elements inside the component." } ], "methods": []