Update API doc
parent
17d0880c34
commit
7cd5379af7
|
@ -29343,6 +29343,13 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "OrderListState",
|
"type": "OrderListState",
|
||||||
"default": ""
|
"default": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "context",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "OrderListContext",
|
||||||
|
"default": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -29548,6 +29555,29 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"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": {
|
"OrderListProps": {
|
||||||
"description": "Defines valid properties in OrderList component.",
|
"description": "Defines valid properties in OrderList component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
|
Loading…
Reference in New Issue