Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MouseLeaveOptions

Options for mouse leave control.

Hierarchy

  • MouseLeaveOptions

Index

Properties

Properties

Optional delay

delay: undefined | number

If mouse leaves all the elements and doesn't enter again, call callback. Default value is 200.

Optional mouseIn

mouseIn: undefined | boolean

When already knows that mouse is inside any of current elements, set this to true.

Generated using TypeDoc