transferum
Preparing search index...
AsyncPushableInterface
Interface AsyncPushableInterface<T>
Asynchronous pushable contract — accepts data via asyncPush() returning a Promise.
interface
AsyncPushableInterface
<
T
>
{
asyncPush
(
data
:
T
)
:
Promise
<
void
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
AsyncPushableInterface
UniversalInputInterface
AsyncPushableTransferInterface
Index
Methods
async
Push
Methods
async
Push
asyncPush
(
data
:
T
)
:
Promise
<
void
>
Parameters
data
:
T
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
async
Push
transferum
Loading...
Asynchronous pushable contract — accepts data via asyncPush() returning a Promise.