eventFocus

package
v0.0.0-...-a8ee3e7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventFocus

type EventFocus int
const (
	// KBlur
	// en: The event occurs when an element loses focus
	KBlur EventFocus = iota

	// KFocus
	// en: The event occurs when an element gets focus
	KFocus

	// KFocusIn
	// en: The event occurs when an element is about to get focus
	KFocusIn

	// KFocusOut
	// en: The event occurs when an element is about to lose focus
	KFocusOut
)

func (EventFocus) String

func (el EventFocus) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL