transferum
Preparing search index...
PassBridgeConfig
Type Alias PassBridgeConfig<T>
Configuration for PassBridge — source, target, and initial gate state.
type
PassBridgeConfig
<
T
>
=
{
activated
:
boolean
;
linkStrategy
?:
LinkStrategyInterface
;
source
:
OutputTransfer
<
T
>
;
target
:
InputTransfer
<
T
>
;
}
Type Parameters
T
Index
Properties
activated
link
Strategy?
source
target
Properties
Readonly
activated
activated
:
boolean
Optional
Readonly
link
Strategy
linkStrategy
?:
LinkStrategyInterface
Readonly
source
source
:
OutputTransfer
<
T
>
Readonly
target
target
:
InputTransfer
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activated
link
Strategy
source
target
transferum
Loading...
Configuration for PassBridge — source, target, and initial gate state.