Update API doc

pull/4203/head
GitHub Actions Bot 2023-08-01 07:42:08 +00:00
parent 718dc40ffe
commit 066f9caade
1 changed files with 22 additions and 0 deletions

View File

@ -22629,6 +22629,13 @@
"readonly": false,
"type": "GalleriaState",
"default": ""
},
{
"name": "context",
"optional": false,
"readonly": false,
"type": "GalleriaContext",
"default": ""
}
],
"methods": []
@ -23002,6 +23009,21 @@
],
"methods": []
},
"GalleriaContext": {
"description": "Defines current inline options in Galleria component.",
"relatedProp": "",
"props": [
{
"name": "highlighted",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Current highlighted state of the indicator as a boolean."
}
],
"methods": []
},
"GalleriaProps": {
"description": "Defines valid properties in Galleria component.",
"relatedProp": "",