# getNodeId

Canonical: https://docs.shumoku.dev/en/library/api/getNodeId
Language: en

@shumoku/core · 0.4.0 · function

# getNodeId

[Source](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/models/types.ts#L954)

Helper to get node ID from endpoint. Kept as a tiny accessor so callers read intent ("the link's source node") rather than reaching into shape.

```
getNodeId(endpoint: LinkEndpoint): string
```

## Parameters

| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `endpoint` | `LinkEndpoint` | No additional description. | `—` |

## Returns

```
string
```

[`libs/@shumoku/core/src/models/types.ts:954`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/models/types.ts#L954)
