diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 1a8e568a7..11ccae23a 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -4385,6 +4385,34 @@ } ], "methods": [] + }, + "BaseComponentPassThroughMethodOptions": { + "description": "", + "relatedProp": "", + "props": [ + { + "name": "instance", + "optional": true, + "readonly": false, + "type": "null | I", + "default": "" + }, + { + "name": "props", + "optional": true, + "readonly": false, + "type": "null | P", + "default": "" + }, + { + "name": "state", + "optional": true, + "readonly": false, + "type": "null | S", + "default": "" + } + ], + "methods": [] } } }