States

data class States(val identifier: String) : CmPropertyValue

Represents a value of a states property.

Parameters

identifier

The string identifier of the state, indicating the property's current value.

Constructors

Link copied to clipboard
constructor(identifier: String)

Properties

Link copied to clipboard