Update API doc
parent
f5dfec8b67
commit
b238d68d49
|
@ -7209,6 +7209,13 @@
|
|||
"readonly": false,
|
||||
"type": "CarouselState",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "CarouselContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -7464,6 +7471,21 @@
|
|||
],
|
||||
"methods": []
|
||||
},
|
||||
"CarouselContext": {
|
||||
"description": "Defines current inline options in Carousel component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "highlighted",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current highlighted state of the indicator as a boolean."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"CarouselResponsiveOptions": {
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
|
|
Loading…
Reference in New Issue