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:46
borderColor
• Optional borderColor: string
Container border color
Inherited from
TextareaLinkElementProps.borderColor
Defined in
src/InputPressable/index.tsx:50
control
• Optional control: Control<any, object>
React hook form control
Inherited from
TextareaLinkElementProps.control
Defined in
defaultValue
• Optional defaultValue: string
Pre-defined value
Inherited from
TextareaLinkElementProps.defaultValue
Defined in
error
• Optional error: FieldError
React hook form error
Inherited from
TextareaLinkElementProps.error
Defined in
errorStyle
• Optional errorStyle: StyleProp<TextStyle>
Error Txt styles
Inherited from
TextareaLinkElementProps.errorStyle
Defined in
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:17
iconColor
• Optional iconColor: string
Color of the current Font Icon color
Inherited from
TextareaLinkElementProps.iconColor
Defined in
src/InputPressable/index.tsx:19
iconName
• Optional iconName: string
Feather Icons icon name
Inherited from
TextareaLinkElementProps.iconName
Defined in
src/InputPressable/index.tsx:25
iconSize
• Optional iconSize: number
Size of the current Font Icon color - default 24
Inherited from
TextareaLinkElementProps.iconSize
Defined in
src/InputPressable/index.tsx:21
iconStyle
• Optional iconStyle: StyleProp<ViewStyle>
Styles of the Icon component
Inherited from
TextareaLinkElementProps.iconStyle
Defined in
src/InputPressable/index.tsx:23
label
• label: string
Small text above the value
Inherited from
TextareaLinkElementProps.label
Defined in
src/InputPressable/index.tsx:30
labelColor
• Optional labelColor: string
Small Txt above value color
Inherited from
TextareaLinkElementProps.labelColor
Defined in
src/InputPressable/index.tsx:52
labelStyle
• Optional labelStyle: StyleProp<TextStyle>
Small Txt above value styles
Inherited from
TextareaLinkElementProps.labelStyle
Defined in
src/InputPressable/index.tsx:42
name
• Optional name: string
React hook form name
Inherited from
TextareaLinkElementProps.name
Defined in
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:36
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:44
setValue
• Optional setValue: UseFormSetValue<any>
React hook form set value
Inherited from
TextareaLinkElementProps.setValue
Defined in
style
• Optional style: StyleProp<ViewStyle>
View Container styles - including errors and info text
Inherited from
TextareaLinkElementProps.style
Defined in
src/InputPressable/index.tsx:38
textColor
• Optional textColor: string
Value text color
Inherited from
TextareaLinkElementProps.textColor
Defined in
src/InputPressable/index.tsx:48
textStyle
• Optional textStyle: StyleProp<TextStyle>
Value Txt styles
Inherited from
TextareaLinkElementProps.textStyle
Defined in
src/InputPressable/index.tsx:40
validation
• Optional validation: Partial<Object>
React hook form validation
Inherited from
TextareaLinkElementProps.validation
Defined in
value
• Optional value: string
Value text
Inherited from
TextareaLinkElementProps.value
Defined in
src/InputPressable/index.tsx:32
Methods
onPress
▸ Optional onPress(): void
Action to be taken onPress
Returns
void
Inherited from
TextareaLinkElementProps.onPress
Defined in
Last updated
Was this helpful?