LithoConfiguration

data class LithoConfiguration(val componentsConfig: ComponentsConfiguration, val areTransitionsEnabled: Boolean, val renderUnitIdGenerator: RenderUnitIdGenerator?, val visibilityBoundsTransformer: VisibilityBoundsTransformer?)

Constructors

Link copied to clipboard
constructor(componentsConfig: ComponentsConfiguration, areTransitionsEnabled: Boolean, renderUnitIdGenerator: RenderUnitIdGenerator?, visibilityBoundsTransformer: VisibilityBoundsTransformer?)