Update speeddial.js
parent
003b90c62d
commit
a89c51bc71
|
@ -100,6 +100,12 @@ const SpeedDialProps = [
|
||||||
type: "any",
|
type: "any",
|
||||||
default: "null",
|
default: "null",
|
||||||
description: "Style class of the element."
|
description: "Style class of the element."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "tooltipOptions",
|
||||||
|
type: "object",
|
||||||
|
default: "null",
|
||||||
|
description: "Whether to display the tooltip on items. The modifiers of tooltip can be used like an object in it. Valid keys are 'event' and 'position'."
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue