ComponentRenderContext

class ComponentRenderContext<out T : Component>(component: T) : RenderContext

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

component
Link copied to clipboard
common
val component: T
componentStyle
Link copied to clipboard
common
val componentStyle: ComponentStyleSet
currentStyle
Link copied to clipboard
common
val currentStyle: StyleSet
theme
Link copied to clipboard
common
val theme: ColorTheme

Sources

(source)
Link copied to clipboard