PersistentAI API Documentation / @persistentai/fireflow-types / EdgeAnchorSchema
Variable: EdgeAnchorSchema
constEdgeAnchorSchema:ZodObject<{id:ZodString;index:ZodNumber;parentNodeId:ZodOptional<ZodString>;selected:ZodOptional<ZodBoolean>;x:ZodNumber;y:ZodNumber; },"strip",ZodTypeAny, {id:string;index:number;parentNodeId?:string;selected?:boolean;x:number;y:number; }, {id:string;index:number;parentNodeId?:string;selected?:boolean;x:number;y:number; }>
Defined in: packages/fireflow-types/src/edge/types.zod.ts:15
Schema for edge anchor control points