Type alias SelectiveEdge

SelectiveEdge: SelectiveShared & {
    @type: "SelectiveEdge";
    arrayIndex?: number;
    property: string;
    targetNodeId: string;
    targetNodeType?: string;
}

Type declaration

  • @type: "SelectiveEdge"
  • Optional arrayIndex?: number
  • property: string
  • targetNodeId: string
  • Optional targetNodeType?: string