toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.event
/
FocusEvent
Focus
Event
data
class
FocusEvent
(
var
type
:
FocusEvent.Type
=
Type.FOCUS
)
:
Event
,
TEvent
<
FocusEvent
>
Members
Members & Extensions
Constructors
Focus
Event
Link copied to clipboard
constructor
(
type
:
FocusEvent.Type
=
Type.FOCUS
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
FocusEvent.Type
>
,
EventType
<
FocusEvent
>
Properties
default
Prevented
Link copied to clipboard
var
defaultPrevented
:
Boolean
target
Link copied to clipboard
var
target
:
Any
?
type
Link copied to clipboard
open
override
var
type
:
FocusEvent.Type
type
Blur
Link copied to clipboard
val
typeBlur
:
Boolean
type
Focus
Link copied to clipboard
val
typeFocus
:
Boolean
Functions
prevent
Default
Link copied to clipboard
fun
preventDefault
(
reason
:
Any
?
=
null
)
prevent
Default
Link copied to clipboard
fun
Event
.
preventDefault
(
reason
:
Any
?
=
null
)
:
Nothing
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
reason
:
Any
?
=
null
)