Configurable class
Base class for all configurable classes.
Methods
| configure(Record<string, unknown>) | Fluent method for configuring the object. | 
| get | 
Method Details
configure(Record<string, unknown>)
Fluent method for configuring the object.
function configure(config: Record<string, unknown>): thisParameters
- config
- 
				Record<string, unknown> 
Configuration settings to apply.
Returns
this
The Configurable after the operation is complete.
		getConverter(string)
	 
	function getConverter(_property: string): Converter | ConverterFactoryParameters
- _property
- 
				string 
The key of the conditional selector configuration.
Returns
The converter for the selector configuration.