Skip to main content

Interface: NodeDetail

Defined in: web/lib/hooks/use-nodes.ts:113

Node detail with connected nodes.

Extends

Properties

alternateLabels?

optional alternateLabels: string[]

Defined in: web/lib/hooks/use-nodes.ts:95

Alternate labels

Inherited from

GraphNode.alternateLabels


children?

optional children: object[]

Defined in: web/lib/hooks/use-nodes.ts:117

Child nodes (via narrower relation)

description?

optional description: string

label

label: string

uri

uri: string


createdAt

createdAt: string

Defined in: web/lib/hooks/use-nodes.ts:107

Creation timestamp

Inherited from

GraphNode.createdAt


deprecatedBy?

optional deprecatedBy: string

Defined in: web/lib/hooks/use-nodes.ts:105

URI of deprecation replacement

Inherited from

GraphNode.deprecatedBy


description?

optional description: string

Defined in: web/lib/hooks/use-nodes.ts:97

Description

Inherited from

GraphNode.description


externalIds?

optional externalIds: ExternalId[]

Defined in: web/lib/hooks/use-nodes.ts:99

External identifiers

Inherited from

GraphNode.externalIds


id

id: string

Defined in: web/lib/hooks/use-nodes.ts:87

Node identifier (UUID)

Inherited from

GraphNode.id


kind

kind: NodeKind

Defined in: web/lib/hooks/use-nodes.ts:89

Node kind

Inherited from

GraphNode.kind


label

label: string

Defined in: web/lib/hooks/use-nodes.ts:93

Display label

Inherited from

GraphNode.label


metadata?

optional metadata: NodeMetadata

Defined in: web/lib/hooks/use-nodes.ts:101

Subkind-specific metadata

Inherited from

GraphNode.metadata


parents?

optional parents: object[]

Defined in: web/lib/hooks/use-nodes.ts:115

Parent nodes (via broader relation)

label

label: string

uri

uri: string


optional related: object[]

Defined in: web/lib/hooks/use-nodes.ts:119

Related nodes

label

label: string

relationSlug

relationSlug: string

uri

uri: string


status

status: NodeStatus

Defined in: web/lib/hooks/use-nodes.ts:103

Governance status

Inherited from

GraphNode.status


subkind

subkind: string

Defined in: web/lib/hooks/use-nodes.ts:91

Subkind slug

Inherited from

GraphNode.subkind


uri

uri: string

Defined in: web/lib/hooks/use-nodes.ts:85

AT-URI of the node

Inherited from

GraphNode.uri