Skip to main content

AutoHideButtonCallbacks

type AutoHideButtonCallbacks = object;

Properties

PropertyType
onMouseEnter?() => void
onFocus?() => void
onMouseLeave?() => void
onBlur?() => void