class PropertyConfiguration
Data object for the configuration of property configurations from descriptor.
PropertyConfiguration()
Data object for the configuration of property configurations from descriptor. |
val properties: MutableMap<String, String>
Properties map to use for filter configuration. |
fun getAction(): Action<FormattedProperties>
Creates an action to configure FormattedProperties with properties map. |