Update API doc
parent
718dc40ffe
commit
066f9caade
|
@ -22629,6 +22629,13 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "GalleriaState",
|
"type": "GalleriaState",
|
||||||
"default": ""
|
"default": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "context",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "GalleriaContext",
|
||||||
|
"default": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -23002,6 +23009,21 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"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": {
|
"GalleriaProps": {
|
||||||
"description": "Defines valid properties in Galleria component.",
|
"description": "Defines valid properties in Galleria component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
|
Loading…
Reference in New Issue