toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
DynamicPropsManager
/
Companion
Companion
object
Companion
Members
Properties
KEY_ALPHA
Link copied to clipboard
const
val
KEY_ALPHA
:
Int
=
1
KEY_BACKGROUND_COLOR
Link copied to clipboard
const
val
KEY_BACKGROUND_COLOR
:
Int
=
8
KEY_BACKGROUND_DRAWABLE
Link copied to clipboard
const
val
KEY_BACKGROUND_DRAWABLE
:
Int
=
12
KEY_ELEVATION
Link copied to clipboard
const
val
KEY_ELEVATION
:
Int
=
7
KEY_FOREGROUND_COLOR
Link copied to clipboard
const
val
KEY_FOREGROUND_COLOR
:
Int
=
13
KEY_ROTATION
Link copied to clipboard
const
val
KEY_ROTATION
:
Int
=
9
KEY_ROTATION_X
Link copied to clipboard
const
val
KEY_ROTATION_X
:
Int
=
10
KEY_ROTATION_Y
Link copied to clipboard
const
val
KEY_ROTATION_Y
:
Int
=
11
KEY_SCALE_X
Link copied to clipboard
const
val
KEY_SCALE_X
:
Int
=
5
KEY_SCALE_Y
Link copied to clipboard
const
val
KEY_SCALE_Y
:
Int
=
6
KEY_TRANSLATION_X
Link copied to clipboard
const
val
KEY_TRANSLATION_X
:
Int
=
2
KEY_TRANSLATION_Y
Link copied to clipboard
const
val
KEY_TRANSLATION_Y
:
Int
=
3
KEY_TRANSLATION_Z
Link copied to clipboard
const
val
KEY_TRANSLATION_Z
:
Int
=
4
Functions
has
Custom
Dynamic
Props
Link copied to clipboard
fun
Component
.
hasCustomDynamicProps
(
)
:
Boolean