toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.performance
/
EventCounts
Event
Counts
sealed
external
class
EventCounts
:
ReadonlyMap
<
EventType
<
*
>
,
Int
>
(
source
)
Members
Properties
size
Link copied to clipboard
abstract
override
val
size
:
Int
Functions
entries
Link copied to clipboard
abstract
fun
entries
(
)
:
JsIterator
<
JsTuple2
<
EventType
<
*
>
,
Int
>
>
for
Each
Link copied to clipboard
abstract
fun
forEach
(
action
:
(
value
:
Int
,
key
:
EventType
<
*
>
)
->
Unit
)
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
EventType
<
*
>
)
:
Int
?
open
operator
fun
get
(
key
:
Symbol.iterator
)
:
(
)
->
JsIterator
<
JsTuple2
<
EventType
<
*
>
,
Int
>
>
has
Link copied to clipboard
abstract
override
fun
has
(
key
:
EventType
<
*
>
)
:
Boolean
iterator
Link copied to clipboard
open
inline operator
fun
iterator
(
)
:
Iterator
<
JsTuple2
<
EventType
<
*
>
,
Int
>
>
keys
Link copied to clipboard
abstract
fun
keys
(
)
:
JsIterator
<
EventType
<
*
>
>
values
Link copied to clipboard
abstract
fun
values
(
)
:
JsIterator
<
Int
>