Update API doc

pull/4148/head
GitHub Actions Bot 2023-07-13 07:53:06 +00:00
parent fd632dad19
commit 919c53885c
1 changed files with 44 additions and 1 deletions

View File

@ -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"
}
}
}