Update speeddial.js

pull/1533/head
mertsincan 2021-08-31 14:20:10 +03:00
parent 003b90c62d
commit a89c51bc71
1 changed files with 7 additions and 1 deletions

View File

@ -100,6 +100,12 @@ const SpeedDialProps = [
type: "any",
default: "null",
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'."
}
];
@ -144,4 +150,4 @@ module.exports = {
events: SpeedDialEvents,
slots: SpeedDialSlots
}
}
}