set Style Light Property
open override fun setStyleLightProperty(id: String, light: Value): Expected<String, None>
Content copied to clipboard
Sets a value to the the style light property.
Return
A string describing an error if the operation was not successful, empty otherwise.
Parameters
id
Style light property name.
light
Style light property value.
open override fun setStyleLightProperty(id: String, property: String, value: Value): Expected<String, None>
Content copied to clipboard
This API is for internal use only and will return a no-op result.