clik-engine API
    Preparing search index...

    Interface TextInputConfig

    interface TextInputConfig {
        backgroundColor?: number;
        borderColor?: number;
        focusBorderColor?: number;
        fontFamily?: string;
        fontSize?: string;
        height?: number;
        maxLength?: number;
        onChange?: (value: string) => void;
        onSubmit?: (value: string) => void;
        placeholder?: string;
        placeholderColor?: string;
        textColor?: string;
        value?: string;
        width?: number;
        x: number;
        y: number;
    }
    Index

    Properties

    backgroundColor?: number
    borderColor?: number
    focusBorderColor?: number
    fontFamily?: string
    fontSize?: string
    height?: number
    maxLength?: number
    onChange?: (value: string) => void
    onSubmit?: (value: string) => void
    placeholder?: string
    placeholderColor?: string
    textColor?: string
    value?: string
    width?: number
    x: number
    y: number