Interface: GraphEdge

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / GraphEdge

Interface: GraphEdge

Defined in: packages/praxis-core/src/introspection.ts:33

Graph edge representing a dependency or relationship

Properties

from

from: string

Defined in: packages/praxis-core/src/introspection.ts:34


to

to: string

Defined in: packages/praxis-core/src/introspection.ts:35


type

type: "triggers" | "constrains" | "depends-on"

Defined in: packages/praxis-core/src/introspection.ts:36