Update API doc
parent
e3238dbd7c
commit
36fd3d909f
|
@ -72046,6 +72046,14 @@
|
|||
"description": "Defines current options in TreeTable component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "node",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "TreeNode",
|
||||
"default": "",
|
||||
"description": "Current node of the item."
|
||||
},
|
||||
{
|
||||
"name": "index",
|
||||
"optional": false,
|
||||
|
@ -72077,6 +72085,46 @@
|
|||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current selected state of the row as a boolean."
|
||||
},
|
||||
{
|
||||
"name": "scrollable",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current horizontal and/or vertical scrolling state."
|
||||
},
|
||||
{
|
||||
"name": "showGridlines",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current show gridlines state."
|
||||
},
|
||||
{
|
||||
"name": "size",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "null | string",
|
||||
"default": "null",
|
||||
"description": "Current size of the table."
|
||||
},
|
||||
{
|
||||
"name": "checked",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current check state of the node as a boolean."
|
||||
},
|
||||
{
|
||||
"name": "partialChecked",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current partial check state of the node as a boolean."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
|
1015
pnpm-lock.yaml
1015
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue