menu
EdgeById
import { EdgeById } from "destack:topology";
Selector that matches one edge by id.
1export struct EdgeById {2 kind: "id";3 id: EdgeId;4}Members
kind: "id"Selector discriminator.
id: EdgeIdEdge id to match.
import { EdgeById } from "destack:topology";
Selector that matches one edge by id.
1export struct EdgeById {2 kind: "id";3 id: EdgeId;4}kind: "id"Selector discriminator.
id: EdgeIdEdge id to match.