diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 0bd5ae05f..b67a47c7c 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -45058,7 +45058,30 @@ "readonly": false, "type": "number[]", "default": "", - "description": "Sizes of the panels during resize" + "description": "Sizes of the panels" + } + ], + "methods": [] + }, + "SplitterResizeEndEvent": { + "description": "Custom resize end event.", + "relatedProp": "SplitterEmits.resizeend", + "props": [ + { + "name": "originalEvent", + "optional": false, + "readonly": false, + "type": "Event", + "default": "", + "description": "Browser event" + }, + { + "name": "sizes", + "optional": false, + "readonly": false, + "type": "number[]", + "default": "", + "description": "Sizes of the panels" } ], "methods": [] @@ -55574,4 +55597,4 @@ } } } -} +} \ No newline at end of file