From 919c53885c3e12fd1a0239f55068942306af1992 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 13 Jul 2023 07:53:06 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 45 +++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 94fffd2e6..0a4b4aa7c 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -40226,6 +40226,34 @@ "methodDescription": "Defines methods that can be accessed by the component's reference.", "typeDescription": "Defines the custom types used by the module.", "values": { + "TimelinePassThroughMethodOptions": { + "description": "Custom passthrough(pt) option method.", + "relatedProp": "", + "props": [ + { + "name": "instance", + "optional": false, + "readonly": false, + "type": "any", + "default": "" + }, + { + "name": "props", + "optional": false, + "readonly": false, + "type": "TimelineProps", + "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "TimelineContext", + "default": "" + } + ], + "methods": [] + }, "TimelinePassThroughOptions": { "description": "Custom passthrough(pt) options.", "relatedProp": "TimelineProps.pt", @@ -40310,6 +40338,21 @@ ], "methods": [] }, + "TimelineContext": { + "description": "Defines current options in Timeline component.", + "relatedProp": "", + "props": [ + { + "name": "index", + "optional": false, + "readonly": false, + "type": "number", + "default": "", + "description": "Current index of the item as a number." + } + ], + "methods": [] + }, "TimelineProps": { "description": "Defines valid properties in Timeline component.", "relatedProp": "", @@ -40435,7 +40478,7 @@ "description": "Defines the custom types used by the module.", "values": { "TimelinePassThroughOptionType": { - "values": "TimelinePassThroughAttributes | null | undefined" + "values": "TimelinePassThroughAttributes | (options: TimelinePassThroughMethodOptions) => undefined | string | null | undefined" } } }