Update API doc
parent
69780b5698
commit
9e1f1b5194
|
@ -9316,7 +9316,7 @@
|
||||||
},
|
},
|
||||||
"ColumnPassThroughOptions": {
|
"ColumnPassThroughOptions": {
|
||||||
"description": "Custom passthrough(pt) options.",
|
"description": "Custom passthrough(pt) options.",
|
||||||
"relatedProp": "undefined.ColumnProps.pt",
|
"relatedProp": "ColumnProps.pt",
|
||||||
"props": [
|
"props": [
|
||||||
{
|
{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
|
@ -10207,6 +10207,14 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "Whether the column is rendered."
|
"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": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue