{ "props": { "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "delay": { "type": { "name": "number" }, "default": "0" }, "FabProps": { "type": { "name": "object" }, "default": "{}", "deprecated": true, "deprecationInfo": "Use slotProps.fab instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details." }, "icon": { "type": { "name": "node" } }, "id": { "type": { "name": "string" } }, "open": { "type": { "name": "bool" } }, "slotProps": { "type": { "name": "shape", "description": "{ fab?: func
| object, staticTooltip?: func
| object, staticTooltipLabel?: func
| object, tooltip?: func
| object }" }, "default": "{}" }, "slots": { "type": { "name": "shape", "description": "{ fab?: elementType, staticTooltip?: elementType, staticTooltipLabel?: elementType, tooltip?: elementType }" }, "default": "{}" }, "sx": { "type": { "name": "union", "description": "Array<func
| object
| bool>
| func
| object" }, "additionalInfo": { "sx": true } }, "TooltipClasses": { "type": { "name": "object" }, "deprecated": true, "deprecationInfo": "Use slotProps.tooltip.classes instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details." }, "tooltipOpen": { "type": { "name": "bool" }, "default": "false", "deprecated": true, "deprecationInfo": "Use slotProps.tooltip.open instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details." }, "tooltipPlacement": { "type": { "name": "enum", "description": "'auto-end'
| 'auto-start'
| 'auto'
| 'bottom-end'
| 'bottom-start'
| 'bottom'
| 'left-end'
| 'left-start'
| 'left'
| 'right-end'
| 'right-start'
| 'right'
| 'top-end'
| 'top-start'
| 'top'" }, "default": "'left'", "deprecated": true, "deprecationInfo": "Use slotProps.tooltip.placement instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details." }, "tooltipTitle": { "type": { "name": "node" }, "deprecated": true, "deprecationInfo": "Use slotProps.tooltip.title instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details." } }, "name": "SpeedDialAction", "imports": [ "import SpeedDialAction from '@mui/material/SpeedDialAction';", "import { SpeedDialAction } from '@mui/material';" ], "slots": [ { "name": "fab", "description": "The component that renders the fab.", "default": "Fab", "class": "MuiSpeedDialAction-fab" }, { "name": "tooltip", "description": "The component that renders the tooltip.", "default": "Tooltip", "class": null }, { "name": "staticTooltip", "description": "The component that renders the static tooltip.", "default": "'span'", "class": "MuiSpeedDialAction-staticTooltip" }, { "name": "staticTooltipLabel", "description": "The component that renders the static tooltip label.", "default": "'span'", "class": "MuiSpeedDialAction-staticTooltipLabel" } ], "classes": [ { "key": "fabClosed", "className": "MuiSpeedDialAction-fabClosed", "description": "Styles applied to the Fab component if `open={false}`.", "isGlobal": false }, { "key": "staticTooltipClosed", "className": "MuiSpeedDialAction-staticTooltipClosed", "description": "Styles applied to the root element if `tooltipOpen={true}` and `open={false}`.", "isGlobal": false }, { "key": "tooltipPlacementLeft", "className": "MuiSpeedDialAction-tooltipPlacementLeft", "description": "Styles applied to the root element if `tooltipOpen={true}` and `tooltipPlacement=\"left\"``", "isGlobal": false }, { "key": "tooltipPlacementRight", "className": "MuiSpeedDialAction-tooltipPlacementRight", "description": "Styles applied to the root element if `tooltipOpen={true}` and `tooltipPlacement=\"right\"``", "isGlobal": false } ], "spread": true, "themeDefaultProps": true, "muiName": "MuiSpeedDialAction", "forwardsRefTo": "HTMLButtonElement", "filename": "/packages/mui-material/src/SpeedDialAction/SpeedDialAction.js", "inheritance": { "component": "Tooltip", "pathname": "/material-ui/api/tooltip/" }, "demos": "", "cssComponent": false }