TextareaLinkProps

@chelseaapps/react-native-elements / Exports / TextareaLinkProps

Interface: TextareaLinkProps

Hierarchy

  • TextareaLinkElementProps

    TextareaLinkProps

Table of contents

Properties

  • bgColor

  • borderColor

  • control

  • defaultValue

  • error

  • errorStyle

  • icon

  • iconColor

  • iconName

  • iconSize

  • iconStyle

  • label

  • labelColor

  • labelStyle

  • name

  • noIcon

  • placeholderStyle

  • setValue

  • style

  • textColor

  • textStyle

  • validation

  • value

Methods

  • onPress

Properties

bgColor

Optional bgColor: string

Container background color

Inherited from

TextareaLinkElementProps.bgColor

Defined in

src/InputPressable/index.tsx:46arrow-up-right


borderColor

Optional borderColor: string

Container border color

Inherited from

TextareaLinkElementProps.borderColor

Defined in

src/InputPressable/index.tsx:50arrow-up-right


control

Optional control: Control<any, object>

React hook form control

Inherited from

TextareaLinkElementProps.control

Defined in

src/TextareaLink/index.tsx:22arrow-up-right


defaultValue

Optional defaultValue: string

Pre-defined value

Inherited from

TextareaLinkElementProps.defaultValue

Defined in

src/TextareaLink/index.tsx:28arrow-up-right


error

Optional error: FieldError

React hook form error

Inherited from

TextareaLinkElementProps.error

Defined in

src/TextareaLink/index.tsx:26arrow-up-right


errorStyle

Optional errorStyle: StyleProp<TextStyle>

Error Txt styles

Inherited from

TextareaLinkElementProps.errorStyle

Defined in

src/TextareaLink/index.tsx:32arrow-up-right


icon

Optional icon: ReactElement<any, string | JSXElementConstructor<any>>

Icon component that should replace the default Font icon

Inherited from

TextareaLinkElementProps.icon

Defined in

src/InputPressable/index.tsx:17arrow-up-right


iconColor

Optional iconColor: string

Color of the current Font Icon color

Inherited from

TextareaLinkElementProps.iconColor

Defined in

src/InputPressable/index.tsx:19arrow-up-right


iconName

Optional iconName: string

Feather Icons icon name

Inherited from

TextareaLinkElementProps.iconName

Defined in

src/InputPressable/index.tsx:25arrow-up-right


iconSize

Optional iconSize: number

Size of the current Font Icon color - default 24

Inherited from

TextareaLinkElementProps.iconSize

Defined in

src/InputPressable/index.tsx:21arrow-up-right


iconStyle

Optional iconStyle: StyleProp<ViewStyle>

Styles of the Icon component

Inherited from

TextareaLinkElementProps.iconStyle

Defined in

src/InputPressable/index.tsx:23arrow-up-right


label

label: string

Small text above the value

Inherited from

TextareaLinkElementProps.label

Defined in

src/InputPressable/index.tsx:30arrow-up-right


labelColor

Optional labelColor: string

Small Txt above value color

Inherited from

TextareaLinkElementProps.labelColor

Defined in

src/InputPressable/index.tsx:52arrow-up-right


labelStyle

Optional labelStyle: StyleProp<TextStyle>

Small Txt above value styles

Inherited from

TextareaLinkElementProps.labelStyle

Defined in

src/InputPressable/index.tsx:42arrow-up-right


name

Optional name: string

React hook form name

Inherited from

TextareaLinkElementProps.name

Defined in

src/TextareaLink/index.tsx:20arrow-up-right


noIcon

Optional noIcon: boolean

If true, there will be no icon on the right side of the container

Inherited from

TextareaLinkElementProps.noIcon

Defined in

src/InputPressable/index.tsx:36arrow-up-right


placeholderStyle

Optional placeholderStyle: StyleProp<TextStyle>

Text in the middle styles - shows if no value is present

Inherited from

TextareaLinkElementProps.placeholderStyle

Defined in

src/InputPressable/index.tsx:44arrow-up-right


setValue

Optional setValue: UseFormSetValue<any>

React hook form set value

Inherited from

TextareaLinkElementProps.setValue

Defined in

src/TextareaLink/index.tsx:30arrow-up-right


style

Optional style: StyleProp<ViewStyle>

View Container styles - including errors and info text

Inherited from

TextareaLinkElementProps.style

Defined in

src/InputPressable/index.tsx:38arrow-up-right


textColor

Optional textColor: string

Value text color

Inherited from

TextareaLinkElementProps.textColor

Defined in

src/InputPressable/index.tsx:48arrow-up-right


textStyle

Optional textStyle: StyleProp<TextStyle>

Value Txt styles

Inherited from

TextareaLinkElementProps.textStyle

Defined in

src/InputPressable/index.tsx:40arrow-up-right


validation

Optional validation: Partial<Object>

React hook form validation

Inherited from

TextareaLinkElementProps.validation

Defined in

src/TextareaLink/index.tsx:24arrow-up-right


value

Optional value: string

Value text

Inherited from

TextareaLinkElementProps.value

Defined in

src/InputPressable/index.tsx:32arrow-up-right

Methods

onPress

Optional onPress(): void

Action to be taken onPress

Returns

void

Inherited from

TextareaLinkElementProps.onPress

Defined in

src/InputPressable/index.tsx:34arrow-up-right

Last updated

Was this helpful?