set Style Import Config Property
open fun setStyleImportConfigProperty(@NonNull importId: String, @NonNull config: String, @NonNull 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.
property
The style import config name.
value
The style import config value.