Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Edge_Arrow

mattt edited this page Jul 15, 2020 · 2 revisions

Edge.Arrow

public struct Arrow: Hashable

https://www.graphviz.org/doc/info/arrows.html

Inheritance

DOTRepresentable, Hashable

Properties

shape

var shape: Shape?

open

var open: Bool?

side

var side: Side?

Methods

representation(in:)

func representation(in graph: Graph) -> String?
Clone this wiki locally