Variable controlValueTypesConst

controlValueTypes: {
    checkbox: boolean;
    color: string;
    dropdown: string;
    hidden: any;
    number: number;
    text: string;
} = ...

Specifies the default value for each page control type, as well as its type.

Type declaration

  • checkbox: boolean
  • color: string
  • dropdown: string
  • hidden: any
  • number: number
  • text: string