EventCounts

Properties

Link copied to clipboard
open val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
open fun forEach(action: (value: JsInt, key: EventType<*>) -> Unit)
Link copied to clipboard
open override fun get(key: EventType<*>): JsInt?
Link copied to clipboard
open fun has(key: EventType<*>): Boolean
Link copied to clipboard
open override fun keys(): JsIterator<EventType<*>>
Link copied to clipboard
open fun values(): JsIterator<JsInt>