API reference
API reference
Select your platform
No SDKs available
No versions available

TypedAbstractAttribute

TypedAbstractAttribute

abstract class TypedAbstractAttribute<T>(keyString: String, key: Int, component: ComponentBase) : AbstractAttribute
Base class for typed attributes that provides common functionality.
This abstract class implements the AbstractAttribute interface and provides common functionality for typed attributes, including validation and error checking.

Constructors

NameSummary
TypedAbstractAttribute
constructor(keyString: String, key: Int, component: ComponentBase)

Functions

NameSummary
checkIfComponentIsOld
fun checkIfComponentIsOld()
checkIfComponentIsRecycled
fun checkIfComponentIsRecycled()
get
abstract fun get(): Any
keyName
fun keyName(): String
set
abstract fun set(value: Any)
Did you find this page helpful?
Thumbs up icon
Thumbs down icon