diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index abd92289c..01498cbac 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -41507,14 +41507,6 @@ "default": "", "description": "Uses to pass attributes to the content's DOM element." }, - { - "name": "spacer", - "optional": true, - "readonly": false, - "type": "VirtualScrollerPassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the spacer's DOM element." - }, { "name": "loader", "optional": true, @@ -41530,6 +41522,14 @@ "type": "VirtualScrollerPassThroughOptionType", "default": "", "description": "Uses to pass attributes to the loading icon's DOM element." + }, + { + "name": "spacer", + "optional": true, + "readonly": false, + "type": "VirtualScrollerPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the spacer's DOM element." } ], "methods": []