Options
All
  • Public
  • Public/Protected
  • All
Menu

Properties to be used with the Awaiter component.

Hierarchy

  • AwaiterProps

Index

Properties

Properties

Optional children

children?: any

Optional content that is displayed until the promise is settled

promise

promise: Promise<any>

Promise that will be watched by the waiting node.