NovelateConfig.setConfig

Sets a parsed configuration. Some configurations can be set to multiple values by setting them multiple times.

class NovelateConfig
package final
void
setConfig
(
string name
,
string value
)

Parameters

name string

The name of the configuration to set.

value string

The value of the configuration to set.

Meta