layerTooltips

constructor(variables: List<String>)


constructor(vararg variables: String)

Parameters

variables

Variable names to create a general multiline tooltip with. Useful for specifying the tooltip content quickly, instead of configuring it via the line() method. Can be passed as individual strings or as a List<String>.