Update API doc

pull/3997/head
GitHub Actions Bot 2023-05-17 14:23:54 +00:00
parent 69780b5698
commit 9e1f1b5194
1 changed files with 9 additions and 1 deletions

View File

@ -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": []