Documentation
Preparing search index...
flow/readable/types/static-methods/from-push-source/push-bridge
PushBridge
Interface PushBridge<GValue>
interface
PushBridge
<
GValue
>
{
complete
:
PushBridgeCompleteFunction
;
error
:
PushBridgeErrorFunction
;
next
:
PushBridgeNextFunction
<
GValue
>
;
signal
:
AbortSignal
;
stack
:
AsyncDisposableStack
;
}
Type Parameters
GValue
Index
Properties
complete
error
next
signal
stack
Properties
Readonly
complete
complete
:
PushBridgeCompleteFunction
Readonly
error
error
:
PushBridgeErrorFunction
Readonly
next
next
:
PushBridgeNextFunction
<
GValue
>
Readonly
signal
signal
:
AbortSignal
Readonly
stack
stack
:
AsyncDisposableStack
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
error
next
signal
stack
Documentation
Loading...