The hideOnMouseOut property (boolean) controls whether the menu is hidden when the pointer leaves the menu.
Declaration
DayPilot.Menu.hideOnMouseOutDefault Value
falseExample
const menu = new DayPilot.Menu({
hideOnMouseOut: true,
items: [
{ text: "Details" },
{ text: "Delete" }
],
// ...
});See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot