@bluelibs/runner - v6.3.1
Preparing search index...
IEventLaneTopology
Interface IEventLaneTopology<TBindings, TProfiles>
Event-lane topology declaration used by remote/event-lane integrations.
interface
IEventLaneTopology
<
TBindings
extends
readonly
IEventLaneTopologyBinding
[]
=
readonly
IEventLaneTopologyBinding
[]
,
TProfiles
extends
Record
<
string
,
IEventLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
=
Record
<
string
,
IEventLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
,
>
,
>
{
bindings
:
TBindings
;
profiles
:
TProfiles
;
relaySourcePrefix
?:
string
;
}
Type Parameters
TBindings
extends
readonly
IEventLaneTopologyBinding
[]
=
readonly
IEventLaneTopologyBinding
[]
TProfiles
extends
Record
<
string
,
IEventLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
=
Record
<
string
,
IEventLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
Index
Properties
bindings
profiles
relay
Source
Prefix?
Properties
bindings
bindings
:
TBindings
profiles
profiles
:
TProfiles
Optional
relay
Source
Prefix
relaySourcePrefix
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bindings
profiles
relay
Source
Prefix
@bluelibs/runner - v6.3.1
Loading...
Event-lane topology declaration used by remote/event-lane integrations.