AbstractAttribute
interface AbstractAttribute
Interface for attributes that can be stored in components.
This interface defines the basic operations for getting and setting attribute values.
| Name | Summary |
|---|
get | abstract fun get(): Any |
set | abstract fun set(value: Any) |