wire.data.DataPromise
Methods
Use the following methods on data promises.
Events
Use the following callbacks when working with data promises.
Last updated
Use the following methods on data promises.
Use the following callbacks when working with data promises.
Last updated
Name
Description
resolve(data)
Resolves a promise as successful and returns the data
.
reject
Rejects a promise.
Name
Description
always
Called when a promise is either resolved or rejected.
done
Called when a promise is resolved.
fail
Called when a promise is rejected.
processing
Called when a promise is pending an update.