VariableHide🔗Determine if the variable shows on dashboardAccepted values are 0 (show label and value), 1 (show value only), 2 (show nothing), 3 (show under the controls dropdown menu).Definition🔗export enum VariableHide { DontHide = 0, HideLabel = 1, HideVariable = 2, InControlsMenu = 3, }