StylesDeclaration
Defined in: packages/sigma/src/types/styles.ts:707
Styles API:
Type Parameters
NA
NA extends Attributes = Attributes
EA
EA extends Attributes = Attributes
NS
NS = { }
ES
ES = { }
GS
GS = { }
NodeProgramVariables
NodeProgramVariables = EmptyVariables
EdgeProgramVariables
EdgeProgramVariables = EmptyVariables
Layer
Layer extends string = string
Properties
edges?
optionaledges?:EdgeStyles<EA,FullEdgeState<ES>,FullGraphState<GS>,EdgeProgramVariables,Layer>
Defined in: packages/sigma/src/types/styles.ts:718
nodes?
optionalnodes?:NodeStyles<NA,FullNodeState<NS>,FullGraphState<GS>,NodeProgramVariables,Layer>
Defined in: packages/sigma/src/types/styles.ts:717
stage?
optionalstage?:StageStyles<FullGraphState<GS>>
Defined in: packages/sigma/src/types/styles.ts:719