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

AbstractAttribute Interface

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

Signature

interface AbstractAttribute

Functions

get ()
Signature
abstract fun get(): Any
Returns
Any
set ( value )
Signature
abstract fun set(value: Any)
Parameters
value: Any
Did you find this page helpful?