Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PromiseProxyProps

Properties to be used with the PromiseProxy component.

Hierarchy

Index

Properties

Optional errorContentFunc

errorContentFunc: (err: any) => any

Function that is called if the promise is rejected.

Type declaration

    • (err: any): any
    • Parameters

      • err: any

      Returns any

Optional key

key: any

Unique key that distinguishes this JSX element from its siblings. The key can be of any type.

promise

promise: Promise<any>

Promise that will be watch by the waiting node.

Generated using TypeDoc