Update API doc
parent
17d0880c34
commit
7cd5379af7
|
@ -29343,6 +29343,13 @@
|
|||
"readonly": false,
|
||||
"type": "OrderListState",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "OrderListContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -29548,6 +29555,29 @@
|
|||
],
|
||||
"methods": []
|
||||
},
|
||||
"OrderListContext": {
|
||||
"description": "Defines current options in OrderList component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "active",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current active state of the item as a boolean."
|
||||
},
|
||||
{
|
||||
"name": "focused",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current focus state of the item as a boolean."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"OrderListProps": {
|
||||
"description": "Defines valid properties in OrderList component.",
|
||||
"relatedProp": "",
|
||||
|
|
Loading…
Reference in New Issue