DOMCounter

@Serializable
data class DOMCounter(val name: String, val count: Int)

DOM object counter data.

Constructors

Link copied to clipboard
constructor(name: String, count: Int)

Properties

Link copied to clipboard
val count: Int

Object count.

Link copied to clipboard

Object name. Note: object names should be presumed volatile and clients should not expect the returned names to be consistent across runs.