eventUi

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 EventUi

type EventUi int
const (
	// KAbort
	// en: The event occurs when the loading of a media is aborted
	KAbort EventUi = iota

	// KBeforeUnload
	// en: The event occurs before the document is about to be unloaded
	KBeforeUnload

	// KError
	// en: The event occurs when an error occurs while loading an external file
	KError

	// KLoad
	// en: The event occurs when an object has loaded
	KLoad

	// KResize
	// en: The event occurs when the document view is resized
	KResize

	// KScroll
	// en: The event occurs when an element's scrollbar is being scrolled
	KScroll

	// KSelect
	// en: The event occurs after the user selects some text (for <input> and <textarea>)
	KSelect

	// KUnload
	// en: The event occurs once a page has unloaded (for <body>)
	KUnload
)

func (EventUi) String

func (el EventUi) String() string

Jump to

Keyboard shortcuts

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