Type alias KernelSelection
KernelSelection: { id: ID; kind: "face" | "edge" | "solid" | "surface"; meta: Record<string, unknown>; record?: KernelSelectionRecord; } Type declaration
kind: "face" | "edge" | "solid" | "surface"
meta: Record<string, unknown>
Optional record?: KernelSelectionRecord