setStyleProjectionProperty

open override fun setStyleProjectionProperty(property: String, value: Value): Expected<String, None>

Sets a value to the the style projection property.

Return

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

Parameters

property

The style projection property name.

value

The style projection property value.