Variable viewComponentTypesConst

viewComponentTypes: {
    button: 2;
    checkInput: 9;
    decimalInput: 4;
    newLine: 1;
    numberInput: 5;
    selectInput: 7;
    sliderInput: 8;
    text: 0;
    textInput: 3;
    toggleInput: 6;
} = ...