JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
com.facebook.litho.annotations
Annotation Type TreeProp
@Retention
(
value
=
RUNTIME
) public @interface
TreeProp
A prop passed silently down from a Spec's parents. The parent should set the prop in a
OnCreateTreeProp
method. Both the name and type of a child's TreeProp should match exactly to what is set in the parent.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element