Skip to main content

LabelValueSource

Defines how to obtain the string representation of a controls' value.

export enum LabelValueSource {
ksp_control_value,
ksp_label_property,
}

Cases

ksp_control_value

Use the value of the KSP control for the label


ksp_label_property

Use the KSP label property (CONTROL_PAR_LABEL)

See label_value_source or label_value_source