Type Alias WaldiezStoreProps
WaldiezStoreProps: {
createdAt?: string;
description: string;
edges: Edge[];
flowId: string;
name: string;
nodes: Node[];
onChange?: (content: string) => void | null;
onSave?: (flow: string) => void | null;
onUpload?: (files: File[]) => Promise<string[]> | null;
requirements: string[];
rfInstance?: ReactFlowInstance;
storageId?: string;
tags: string[];
updatedAt?: string;
viewport?: Viewport;
}
Type declaration
Optional
createdAt?: string
description: string
edges: Edge[]
flowId: string
name: string
nodes: Node[]
Optional
onChange?: (content: string) => void | null
Optional
onSave?: (flow: string) => void | null
Optional
onUpload?: (files: File[]) => Promise<string[]> | null
requirements: string[]
Optional
rfInstance?: ReactFlowInstance
Optional
storageId?: string
tags: string[]
Optional
updatedAt?: string
Optional
viewport?: Viewport