toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.event
/
InitEvent
Init
Event
open
class
InitEvent
:
TypedEvent
<
InitEvent
>
Inheritors
Companion
Members
Members & Extensions
Constructors
Init
Event
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
:
InitEvent
,
EventType
<
InitEvent
>
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
:
EventType
<
InitEvent
>
Functions
copy
From
Link copied to clipboard
fun
copyFrom
(
other
:
InitEvent
)
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
)