API reference

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

Properties

version : ULong
[Get][Set]
Signature
abstract var version: ULong

Methods

get ()
Signature
abstract fun get(): Any
Returns
Any
set ( value )
Signature
abstract fun set(value: Any)
Parameters
value: Any