setStyleImportConfigProperty

open override 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

importId

A style import identifier.

config

The style import config name.

value

The style import config value.