Variable controlValueTypesConst
controlValueTypes: {
checkbox: boolean;
color: string;
custom: undefined;
dropdown: string;
hidden: any;
number: number;
text: string;
} = ...
Type Declaration
-
checkbox: boolean
-
color: string
-
custom: undefined
-
dropdown: string
-
hidden: any
-
number: number
-
text: string
Specifies the default value for each page control type, as well as its type.