You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/lab/api/speed-dial-action.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ title: SpeedDialAction API
19
19
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object || Useful to extend the style applied to components. |
20
20
| <spanclass="prop-name">delay</span> | <spanclass="prop-type">number | <spanclass="prop-default">0</span> | Adds a transition delay, to allow a series of SpeedDialActions to be animated. |
21
21
| <spanclass="prop-name required">icon *</span> | <spanclass="prop-type">node || The Icon to display in the SpeedDial Floating Action Button. |
22
+
| <spanclass="prop-name">tooltipPosition</span> | <spanclass="prop-type">string | <spanclass="prop-default">'left'</span> | Placement of the tooltip. |
22
23
| <spanclass="prop-name">tooltipTitle</span> | <spanclass="prop-type">node || Label to display in the tooltip. |
23
24
24
25
Any other properties supplied will be spread to the root element (native element).
0 commit comments