Light Dsl Receiver
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 LightDslReceiver
Content copied to clipboard
Functions
anchor
Link copied to clipboard
color
Link copied to clipboard
colorTransition
Link copied to clipboard
abstract fun colorTransition(block: StyleTransition.Builder.() -> Unit): Light
Content copied to clipboard
equals
Link copied to clipboard
intensity
Link copied to clipboard
intensityTransition
Link copied to clipboard
abstract fun intensityTransition(block: StyleTransition.Builder.() -> Unit): Light
Content copied to clipboard
position
Link copied to clipboard
positionTransition
Link copied to clipboard
abstract fun positionTransition(block: StyleTransition.Builder.() -> Unit): Light
Content copied to clipboard
Inheritors
Light
Link copied to clipboard