element-book - v26.16.0
    Preparing search index...

    Variable controlValueTypesConst

    controlValueTypes: {
        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.

    Type Declaration

    • checkbox: boolean
    • color: string
    • custom: undefined

      Custom controls don't have a user-editable value.

    • hidden: any
    • number: number
    • text: string