Appearance
@props-labs/fuels • Docs
@props-labs/fuels / PropsEvents
Class: PropsEvents
PropsEvents
Classdesc
Singleton class to manage event states within the application.
Properties
completed
completed:
string
="completed"
Event state indicating a completed status.
Defined in
core/events.ts:40
error
error:
string
="error"
Event state indicating an error status.
Defined in
core/events.ts:47
initialized
initialized:
string
="initialized"
Event state indicating an initialized status.
Defined in
core/events.ts:54
paused
paused:
string
="paused"
Event state indicating a paused status.
Defined in
core/events.ts:61
pending
pending:
string
="pending"
Event state indicating a waiting status.
Defined in
core/events.ts:33
transaction
transaction:
string
="transaction"
Event state indicating a transaction that requires approval.
Defined in
core/events.ts:26
unpaused
unpaused:
string
="unpaused"
Event state indicating an unpaused status.
Defined in
core/events.ts:68
waiting
waiting:
string
="waiting"
Event state indicating a transaction that requires approval.
Defined in
core/events.ts:19
Methods
getInstance()
static
getInstance():PropsEvents
Retrieves the single instance of the PropsEvents class.
Returns
The singleton instance of the PropsEvents class.
Static
Defined in
core/events.ts:84