ComponentRenderInfo

RenderInfo that can render components.

Types

Link copied to clipboard

Properties

Link copied to clipboard
val RECONCILIATION_ENABLED: String = "is_reconciliation_enabled"

Functions

Link copied to clipboard
open fun addCustomAttribute(key: String, value: Any)
Link copied to clipboard
open fun addDebugInfo(key: String, value: Any)
Link copied to clipboard
Link copied to clipboard
Create empty ComponentRenderInfo.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSpanSize(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getViewType(): Int
Link copied to clipboard
Link copied to clipboard
open fun isFullSpan(): Boolean
Link copied to clipboard
open fun isSticky(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun rendersView(): Boolean
Link copied to clipboard
open fun setViewType(viewType: Int)
Set viewType of current RenderInfo if it was created through create and a custom viewType was not set, or otherwise it will throw .