{
"componentDescription": "",
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"delay": {
"description": "Adds a transition delay, to allow a series of SpeedDialActions to be animated."
},
"FabProps": {
"description": "Props applied to the Fab component."
},
"icon": { "description": "The icon to display in the SpeedDial Fab." },
"id": {
"description": "This prop is used to help implement the accessibility logic. If you don't provide this prop. It falls back to a randomly generated id."
},
"open": { "description": "If true, the component is shown." },
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
},
"TooltipClasses": {
"description": "classes prop applied to the Tooltip element."
},
"tooltipOpen": { "description": "Make the tooltip always visible when the SpeedDial is open." },
"tooltipPlacement": { "description": "Placement of the tooltip." },
"tooltipTitle": { "description": "Label to display in the tooltip." }
},
"classDescriptions": {
"fabClosed": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the Fab component",
"conditions": "open={false}"
},
"staticTooltipClosed": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "tooltipOpen={true} and open={false}"
},
"tooltipPlacementLeft": {
"description": "Styles applied to the root element if tooltipOpen={true} and `tooltipPlacement="left"``"
},
"tooltipPlacementRight": {
"description": "Styles applied to the root element if tooltipOpen={true} and `tooltipPlacement="right"``"
}
},
"slotDescriptions": {
"fab": "The component that renders the fab.",
"staticTooltip": "The component that renders the static tooltip.",
"staticTooltipLabel": "The component that renders the static tooltip label.",
"tooltip": "The component that renders the tooltip."
}
}