Type alias Predicate

Predicate: {
    kind: "pred.normal";
    value: AxisDirection;
} | {
    kind: "pred.planar";
} | {
    featureId: ID;
    kind: "pred.createdBy";
} | {
    kind: "pred.role";
    value: string;
}

Type declaration

Type declaration

  • kind: "pred.planar"

Type declaration

  • featureId: ID
  • kind: "pred.createdBy"

Type declaration

  • kind: "pred.role"
  • value: string