Type alias KernelSelection

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

Type declaration

  • id: ID
  • kind: "face" | "edge" | "solid" | "surface"
  • meta: Record<string, unknown>
  • Optional record?: KernelSelectionRecord