mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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,
|
||||
"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…
Add table
Add a link
Reference in a new issue