mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update API doc
This commit is contained in:
parent
f5dfec8b67
commit
b238d68d49
1 changed files with 22 additions and 0 deletions
|
@ -7209,6 +7209,13 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "CarouselState",
|
"type": "CarouselState",
|
||||||
"default": ""
|
"default": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "context",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "CarouselContext",
|
||||||
|
"default": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -7464,6 +7471,21 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"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": {
|
"CarouselResponsiveOptions": {
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue