Background Layer Dsl
This Interface contains all the functions that will be exposed to Koltin DSL.
Separated the DSL receiver class to this interface to avoid IDE code suggestion for property getters.
interface BackgroundLayerDsl
Content copied to clipboard
Functions
backgroundColor
Link copied to clipboard
abstract fun backgroundColor(backgroundColor: Expression): BackgroundLayer
Content copied to clipboard
abstract fun backgroundColor(@ColorInt() backgroundColor: Int): BackgroundLayer
Content copied to clipboard
backgroundColorTransition
Link copied to clipboard
abstract fun backgroundColorTransition(options: StyleTransition): BackgroundLayer
Content copied to clipboard
abstract fun backgroundColorTransition(block: StyleTransition.Builder.() -> Unit): BackgroundLayer
Content copied to clipboard
backgroundOpacity
Link copied to clipboard
abstract fun backgroundOpacity(backgroundOpacity: Expression): BackgroundLayer
Content copied to clipboard
abstract fun backgroundOpacity(backgroundOpacity: Double): BackgroundLayer
Content copied to clipboard
backgroundOpacityTransition
Link copied to clipboard
abstract fun backgroundOpacityTransition(options: StyleTransition): BackgroundLayer
Content copied to clipboard
abstract fun backgroundOpacityTransition(block: StyleTransition.Builder.() -> Unit): BackgroundLayer
Content copied to clipboard
backgroundPattern
Link copied to clipboard
abstract fun backgroundPattern(backgroundPattern: Expression): BackgroundLayer
Content copied to clipboard
abstract fun backgroundPattern(backgroundPattern: String): BackgroundLayer
Content copied to clipboard
backgroundPatternTransition
Link copied to clipboard
abstract fun backgroundPatternTransition(options: StyleTransition): BackgroundLayer
Content copied to clipboard
abstract fun backgroundPatternTransition(block: StyleTransition.Builder.() -> Unit): BackgroundLayer
Content copied to clipboard
equals
Link copied to clipboard
maxZoom
Link copied to clipboard
minZoom
Link copied to clipboard
visibility
Link copied to clipboard
Inheritors
BackgroundLayer
Link copied to clipboard