Common Component Properties
data class CommonComponentProperties<T : Component>(colorTheme: ColorTheme?, componentStyleSet: ComponentStyleSet, tileset: TilesetResource, alignmentStrategy: AlignmentStrategy, decorationRenderers: List<ComponentDecorationRenderer>, componentRenderer: ComponentRenderer<out T>, updateOnAttach: Boolean)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
copy
Link copied to clipboard
fun copy(colorTheme: ColorTheme? = null, componentStyleSet: ComponentStyleSet = ComponentStyleSet.defaultStyleSet(), tileset: TilesetResource = RuntimeConfig.config.defaultTileset, alignmentStrategy: AlignmentStrategy = ComponentAlignments.positionalAlignment(0, 0), decorationRenderers: List<ComponentDecorationRenderer> = listOf(), componentRenderer: ComponentRenderer<out T> = NoOpComponentRenderer(), updateOnAttach: Boolean = true): CommonComponentProperties<T>
Content copied to clipboard
Properties
alignmentStrategy
Link copied to clipboard
colorTheme
Link copied to clipboard
componentRenderer
Link copied to clipboard
componentStyleSet
Link copied to clipboard
decorationRenderers
Link copied to clipboard
tileset
Link copied to clipboard
updateOnAttach
Link copied to clipboard
Sources
(source)
Link copied to clipboard