Update API doc

pull/3950/head
GitHub Actions Bot 2023-05-09 21:44:22 +00:00
parent 56efe4897c
commit e8c8343c08
1 changed files with 9 additions and 16 deletions

View File

@ -25650,13 +25650,6 @@
"readonly": false, "readonly": false,
"type": "OrderListState", "type": "OrderListState",
"default": "" "default": ""
},
{
"name": "context",
"optional": false,
"readonly": false,
"type": "OrderListState",
"default": ""
} }
], ],
"methods": [] "methods": []
@ -25717,7 +25710,7 @@
}, },
"OrderListPassThroughOptions": { "OrderListPassThroughOptions": {
"description": "Custom passthrough(pt) options.", "description": "Custom passthrough(pt) options.",
"relatedProp": "undefined.OrderListProps.pt", "relatedProp": "OrderListProps.pt",
"props": [ "props": [
{ {
"name": "root", "name": "root",
@ -25850,14 +25843,6 @@
"type": "number", "type": "number",
"default": "", "default": "",
"description": "Current focused item index as a number." "description": "Current focused item index as a number."
},
{
"name": "active",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current active state of the item as a boolean."
} }
], ],
"methods": [] "methods": []
@ -25993,6 +25978,14 @@
"type": "string", "type": "string",
"default": "", "default": "",
"description": "Identifier of the underlying list element." "description": "Identifier of the underlying list element."
},
{
"name": "pt",
"optional": true,
"readonly": false,
"type": "OrderListPassThroughOptions",
"default": "",
"description": "Uses to pass attributes to DOM elements inside the component."
} }
], ],
"methods": [] "methods": []