@eagleoutice/flowr - v2.15.8
Preparing search index...
src/util/quads
GraphInformationForQuad
Interface GraphInformationForQuad<AdditionalVertexInformation, AdditionalEdgeInformation>
interface
GraphInformationForQuad
<
AdditionalVertexInformation
extends
MergeableRecord
,
AdditionalEdgeInformation
extends
MergeableRecord
,
>
{
additional
?:
DataForQuad
;
edges
:
EdgeInformationForQuad
<
AdditionalEdgeInformation
>
[]
;
rootIds
:
NodeId
[]
;
vertices
:
VertexInformationForQuad
<
AdditionalVertexInformation
>
[]
;
[
key
:
string
]:
unknown
;
}
Type Parameters
AdditionalVertexInformation
extends
MergeableRecord
AdditionalEdgeInformation
extends
MergeableRecord
Hierarchy (
View Summary
)
MergeableRecord
GraphInformationForQuad
Indexable
[
key
:
string
]:
unknown
Index
Properties
additional?
edges
root
Ids
vertices
Properties
Optional
additional
additional
?:
DataForQuad
edges
edges
:
EdgeInformationForQuad
<
AdditionalEdgeInformation
>
[]
root
Ids
rootIds
:
NodeId
[]
vertices
vertices
:
VertexInformationForQuad
<
AdditionalVertexInformation
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
edges
root
Ids
vertices
@eagleoutice/flowr - v2.15.8
Loading...