element-book - v25.2.0
    Preparing search index...

    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
    • hidden: any
    • number: number
    • text: string