Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

GeneratedEdgeProgram

GeneratedEdgeProgram<N, E, G> = EdgeProgramBundle<N, E, G> & object

Defined in: packages/sigma/src/primitives/parser.ts:291

Result of generating an edge program suite from primitives: the edge program plus its label and label-background companions, the declared graphic variables, and the resolved path list.

Type Declaration

paths

paths: EdgePath[]

variables

variables: VariablesDefinition

Type Parameters

N

N extends Attributes = Attributes

E

E extends Attributes = Attributes

G

G extends Attributes = Attributes