API reference

AbstractAttribute

AbstractAttribute

interface AbstractAttribute
Interface for attributes that can be stored in components.
This interface defines the basic operations for getting and setting attribute values.

Functions

NameSummary
get
abstract fun get(): Any
set
abstract fun set(value: Any)