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