Update API doc
parent
718dc40ffe
commit
066f9caade
|
@ -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": "",
|
||||
|
|
Loading…
Reference in New Issue