# EdgeByIds

`import { EdgeByIds } from "destack:topology";`

Selector that matches a fixed edge id set.

```ds title="EdgeByIds"
export struct EdgeByIds {
    kind: "ids";
    ids: [EdgeId];
}
```

[language/library/src/topology/edge.ds:59:64](https://github.com/destack-sh/destack/blob/main/language/library/src/topology/edge.ds#L59-L64)

## Members

### `kind: "ids"`

Selector discriminator.

### `ids: [EdgeId]`

Edge ids to match.
