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:17arrow-up-right


error

Optional error: CombinedError

URQL Error

Inherited from

ErrorWrapperElementProps.error

Defined in

src/Wrapper/ErrorWrapper.tsx:15arrow-up-right


show

Optional show: boolean

If false, the component will not be displayed

Inherited from

ErrorWrapperElementProps.show

Defined in

src/Wrapper/ErrorWrapper.tsx:23arrow-up-right


style

Optional style: StyleProp<ViewStyle>

Container style

Inherited from

ErrorWrapperElementProps.style

Defined in

src/Wrapper/ErrorWrapper.tsx:21arrow-up-right


title

title: string

Error name

Inherited from

ErrorWrapperElementProps.title

Defined in

src/Wrapper/ErrorWrapper.tsx:13arrow-up-right

Methods

onClose

Optional onClose(): void

Action to be take on closing the error

Returns

void

Inherited from

ErrorWrapperElementProps.onClose

Defined in

src/Wrapper/ErrorWrapper.tsx:19arrow-up-right

Last updated

Was this helpful?