Skip to main content

Interface: VertexConfig

Defined in: mobjects/graph/graphTypes.ts:65

Configuration for a single vertex

Properties

label?

optional label: string

Defined in: mobjects/graph/graphTypes.ts:71

Label text to display next to the vertex


position?

optional position: Vector3Tuple

Defined in: mobjects/graph/graphTypes.ts:67

Position of the vertex (if using custom layout)


style?

optional style: VertexStyleOptions

Defined in: mobjects/graph/graphTypes.ts:69

Custom styling for this vertex