Options
All
  • Public
  • Public/Protected
  • All
Menu

Properties to be used with the Awaiter component.

Hierarchy

  • AwaiterEvents

Index

Properties

rejected

rejected: CustomEvent<any>

Event filred whether the promise is rejected. The detail property of the CustomEvent object will be set to the rejection error.

resolved

resolved: CustomEvent<any>

Event fired when the promise is resolved. The detail property of the CustomEvent object will be set to the resolved value.