toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
AttributesHolder
Attributes
Holder
class
AttributesHolder
:
AttributesAcceptor
Simple holder which allows to store and retrieve attributes.
Members
Constructors
Attributes
Holder
Link copied to clipboard
constructor
(
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
AttributeKey
<
*
>
,
Any
?
>
Functions
get
Link copied to clipboard
operator
fun
<
T
>
get
(
key
:
AttributeKey
<
T
>
)
:
T
?
set
Debug
Attribute
Key
Link copied to clipboard
open
override
fun
<
T
>
setDebugAttributeKey
(
attributeKey
:
AttributeKey
<
T
>
,
value
:
T
)