RecyclerBinderConfig

constructor(componentsConfiguration: ComponentsConfiguration? = null, isCircular: Boolean = false, lithoViewFactory: LithoViewFactory? = null, hScrollAsyncMode: Boolean = false, requestMountForPrefetchedItems: Boolean = false, recyclerViewItemPrefetch: Boolean = false, itemViewCacheSize: Int = 0, postponeViewRecycle: Boolean = false, postponeViewRecycleDelayMs: Int = 0, componentWarmer: ComponentWarmer? = null, estimatedViewportCount: Int? = null, hasDynamicItemHeight: Boolean = false, layoutHandlerFactory: LayoutHandlerFactory? = null, threadPoolConfig: LayoutThreadPoolConfiguration? = null, rangeRatio: Float = DEFAULT_RANGE_RATIO, enableStableIds: Boolean = ComponentsConfiguration.defaultRecyclerBinderUseStableId, wrapContent: Boolean = false)