Interface: VertexConfig
Defined in: mobjects/graph/graphTypes.ts:65
Configuration for a single vertex
Properties
label?
optionallabel:string
Defined in: mobjects/graph/graphTypes.ts:71
Label text to display next to the vertex
position?
optionalposition:Vector3Tuple
Defined in: mobjects/graph/graphTypes.ts:67
Position of the vertex (if using custom layout)
style?
optionalstyle:VertexStyleOptions
Defined in: mobjects/graph/graphTypes.ts:69
Custom styling for this vertex