PropertiesSpec

Used to configure custom properties into a Map. This will be implemented by a few other more specific interfaces depending on the use case, but you will have the ability to call put to manually add custom properties to the map. This might be useful if a new release of the chart framework adds a property before this plugin gets updated to support it.

Inheritors

Properties

Link copied to clipboard
abstract val properties: MapProperty<String, String>

Functions

Link copied to clipboard
open fun clear()
Link copied to clipboard
open fun put(key: String, value: Any)