Update API doc
parent
ccc1d4f4e0
commit
36dc999bda
|
@ -24971,6 +24971,13 @@
|
|||
"readonly": false,
|
||||
"type": "SpeedDialState",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "SpeedDialContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -25106,6 +25113,21 @@
|
|||
],
|
||||
"methods": []
|
||||
},
|
||||
"SpeedDialContext": {
|
||||
"description": "Defines current options in SpeedDial component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "active",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "Current active state of menuitem as a boolean."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"SpeedDialTooltipOptions": {
|
||||
"description": "Defines tooltip options.",
|
||||
"relatedProp": "SpeedDialProps.tooltipOptions",
|
||||
|
|
Loading…
Reference in New Issue