Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PromiseState<T>

Type parameters

  • T

Hierarchy

  • PromiseState

Index

Properties

Properties

Optional reason

reason: any

state

state: string

"fulfilled", "rejected", "pending"

Optional value

value: T