ComponentStateFacet

class ComponentStateFacet(name: String, value: Int)

Defines a single facet of core and custom ComponentStates. See Javadocs of the ComponentState class for more information on state facets.

Constructors

ComponentStateFacet
Link copied to clipboard
fun ComponentStateFacet(name: String, value: Int)

Types

Companion
Link copied to clipboard
object Companion

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
var name: String
value
Link copied to clipboard
var value: Int