LabelValueSource
Defines how to obtain the string representation of a controls' value.
export enum LabelValueSource {
// Use the value of the KSP control for the label
ksp_control_value,
// Use the KSP label property (CONTROL_PAR_LABEL)
ksp_label_property,
}
import { LabelValueSource } from kontakt_controls