@procivis/react-native-one-core
    Preparing search index...

    Interface StringDataTypeParams

    interface StringDataTypeParams {
        autocomplete: boolean;
        error?: DataTypeError;
        pattern: string;
        placeholder: string;
    }
    Index

    Properties

    autocomplete: boolean
    error?: DataTypeError
    pattern: string
    placeholder: string