Interfaces

SemanticEdge

Interface: SemanticEdge

Defined in: src/lib/semantics/types.ts:73

One typed relationship — "this VM rides that datastore", "this zone contains that WWPN". kind names the relationship in the tool's words.

Indexable

[field: string]: unknown

Properties

from

readonly from: string

Defined in: src/lib/semantics/types.ts:74


kind

readonly kind: string

Defined in: src/lib/semantics/types.ts:76


to

readonly to: string

Defined in: src/lib/semantics/types.ts:75

On this page