ErrorWrapperProps
@chelseaapps/react-native-elements / Exports / ErrorWrapperProps
Interface: ErrorWrapperProps
Hierarchy
ErrorWrapperElementProps↳
ErrorWrapperProps
Table of contents
Properties
children
error
show
style
title
Methods
onClose
Properties
children
• children: ReactNode
The rest of the page elements
Inherited from
ErrorWrapperElementProps.children
Defined in
src/Wrapper/ErrorWrapper.tsx:17
error
• Optional error: CombinedError
URQL Error
Inherited from
ErrorWrapperElementProps.error
Defined in
src/Wrapper/ErrorWrapper.tsx:15
show
• Optional show: boolean
If false, the component will not be displayed
Inherited from
ErrorWrapperElementProps.show
Defined in
src/Wrapper/ErrorWrapper.tsx:23
style
• Optional style: StyleProp<ViewStyle>
Container style
Inherited from
ErrorWrapperElementProps.style
Defined in
src/Wrapper/ErrorWrapper.tsx:21
title
• title: string
Error name
Inherited from
ErrorWrapperElementProps.title
Defined in
src/Wrapper/ErrorWrapper.tsx:13
Methods
onClose
▸ Optional onClose(): void
Action to be take on closing the error
Returns
void
Inherited from
ErrorWrapperElementProps.onClose
Defined in
Last updated
Was this helpful?