@pondpilot/flowscope-core
Preparing search index...
GlobalEdge
Interface GlobalEdge
interface
GlobalEdge
{
consumerStatement
?:
StatementRef
;
from
:
string
;
id
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
producerStatement
?:
StatementRef
;
to
:
string
;
type
:
EdgeType
;
}
Index
Properties
consumer
Statement?
from
id
metadata?
producer
Statement?
to
type
Properties
Optional
consumer
Statement
consumerStatement
?:
StatementRef
from
from
:
string
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
producer
Statement
producerStatement
?:
StatementRef
to
to
:
string
type
type
:
EdgeType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
consumer
Statement
from
id
metadata
producer
Statement
to
type
@pondpilot/flowscope-core
Loading...