menu
EdgeByIds
import { EdgeByIds } from "destack:topology";
Selector that matches a fixed edge id set.
1export struct EdgeByIds {2 kind: "ids";3 ids: [EdgeId];4}Members
kind: "ids"Selector discriminator.
ids: [EdgeId]Edge ids to match.
import { EdgeByIds } from "destack:topology";
Selector that matches a fixed edge id set.
1export struct EdgeByIds {2 kind: "ids";3 ids: [EdgeId];4}kind: "ids"Selector discriminator.
ids: [EdgeId]Edge ids to match.