set Style Import Config Property
open fun setStyleImportConfigProperty(importId: String, config: String, value: Value): Expected<String, None>
Sets a value to a style import config.
Return
A string describing an error if the operation was not successful, empty otherwise.
Parameters
import Id
A style import identifier.
config
The style import config name.
value
The style import config value.