variables property

List<String>? variables
getter/setter pair

The variable values of tuples to show on in this tooltip.

The layout of variable displaying is determined by multiTuples. For multiple tuples, the varable counts must be 2.

If null, It will be set to all variables for single tuple and first 2 variables except Selection.variable for multiple tuples.

Implementation

List<String>? variables;