diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 33e248524..576f20ebd 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -50941,6 +50941,61 @@ "methodDescription": "Defines methods that can be accessed by the component's reference.", "typeDescription": "Defines the custom types used by the module.", "values": { + "TabViewPassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "relatedProp": "", + "props": [ + { + "name": "instance", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines instance." + }, + { + "name": "props", + "optional": false, + "readonly": false, + "type": "TabViewProps", + "default": "", + "description": "Defines valid properties." + }, + { + "name": "state", + "optional": false, + "readonly": false, + "type": "TabViewState", + "default": "", + "description": "Defines current inline state." + }, + { + "name": "attrs", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines valid attributes." + }, + { + "name": "parent", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Defines parent options." + }, + { + "name": "global", + "optional": false, + "readonly": false, + "type": "undefined | object", + "default": "", + "description": "Defines passthrough(pt) options in global config." + } + ], + "methods": [] + }, "TabViewChangeEvent": { "description": "Custom tab change event.", "relatedProp": "TabViewEmits['tab-change']", @@ -51337,7 +51392,7 @@ "description": "Defines the custom types used by the module.", "values": { "TabViewPassThroughOptionType": { - "values": "TabViewPassThroughAttributes | (options: undefined) => undefined | string | null | undefined" + "values": "TabViewPassThroughAttributes | (options: TabViewPassThroughMethodOptions) => undefined | string | null | undefined" } } }