Companion

object Companion

Functions

Link copied to clipboard
fun applyOverrides(context: ComponentContext, component: Component, componentKey: String)
Link copied to clipboard
fun generateGlobalKey(treeId: Int?, globalKey: String?): String
Link copied to clipboard
fun getInstance(result: LithoLayoutResult, componentIndex: Int, x: Int, y: Int, xOffset: Int, yOffset: Int): DebugComponent?
Link copied to clipboard
fun getRenderUnit(debugComponent: DebugComponent, layoutState: LayoutState): RenderUnit<*>?
Link copied to clipboard
fun getVisibilityOutput(debugComponent: DebugComponent, layoutState: LayoutState): VisibilityOutput?
Link copied to clipboard

Returns whether this Component should be considered to be mounted, even outside of incremental mount.

Link copied to clipboard
fun isVisible(debugComponent: DebugComponent, lithoView: BaseMountingView): Boolean