setStyleLightProperty

Sets a value to the the style light property.

Return

A string describing an error if the operation was not successful, empty otherwise.

Parameters

property

The style light property name.

value

The style light property value.

abstract fun setStyleLightProperty(property: String, value: Value): Expected<String, None>