diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 988139908..94fffd2e6 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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": "",