Files
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

89 lines
4.2 KiB
JSON

{
"componentDescription": "",
"propDescriptions": {
"ariaLabel": {
"description": "The aria-label of the button element. Also used to provide the <code>id</code> for the <code>SpeedDial</code> element and its children."
},
"children": {
"description": "SpeedDialActions to display when the SpeedDial is <code>open</code>."
},
"classes": { "description": "Override or extend the styles applied to the component." },
"direction": {
"description": "The direction the actions open relative to the floating action button."
},
"FabProps": {
"description": "Props applied to the <a href=\"https://mui.com/material-ui/api/fab/\"><code>Fab</code></a> element."
},
"hidden": { "description": "If <code>true</code>, the SpeedDial is hidden." },
"icon": {
"description": "The icon to display in the SpeedDial Fab. The <code>SpeedDialIcon</code> component provides a default Icon with animation."
},
"onClose": {
"description": "Callback fired when the component requests to be closed.",
"typeDescriptions": {
"event": { "name": "event", "description": "The event source of the callback." },
"reason": {
"name": "reason",
"description": "Can be: <code>&quot;toggle&quot;</code>, <code>&quot;blur&quot;</code>, <code>&quot;mouseLeave&quot;</code>, <code>&quot;escapeKeyDown&quot;</code>."
}
}
},
"onOpen": {
"description": "Callback fired when the component requests to be open.",
"typeDescriptions": {
"event": { "name": "event", "description": "The event source of the callback." },
"reason": {
"name": "reason",
"description": "Can be: <code>&quot;toggle&quot;</code>, <code>&quot;focus&quot;</code>, <code>&quot;mouseEnter&quot;</code>."
}
}
},
"open": { "description": "If <code>true</code>, the component is shown." },
"openIcon": {
"description": "The icon to display in the SpeedDial Fab when the SpeedDial is open."
},
"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."
},
"TransitionComponent": {
"description": "The component used for the transition. <a href=\"https://mui.com/material-ui/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component."
},
"transitionDuration": {
"description": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object."
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
}
},
"classDescriptions": {
"actions": {
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the actions (<code>children</code> wrapper) element"
},
"actionsClosed": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the actions (<code>children</code> wrapper) element",
"conditions": "<code>open={false}</code>"
},
"directionDown": {
"description": "Styles applied to the root element if direction=&quot;down&quot;"
},
"directionLeft": {
"description": "Styles applied to the root element if direction=&quot;left&quot;"
},
"directionRight": {
"description": "Styles applied to the root element if direction=&quot;right&quot;"
},
"directionUp": {
"description": "Styles applied to the root element if direction=&quot;up&quot;"
},
"fab": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the Fab component" }
},
"slotDescriptions": {
"root": "The component that renders the root slot.",
"transition": "The component that renders the transition. <a href=\"https://mui.com/material-ui/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component."
}
}