WaldiezProps
WaldiezProps =
WaldiezFlowProps&object
Defined in: src/waldiez/types.ts:80
WaldiezProps
Type DeclarationΒΆ
chat?ΒΆ
optionalchat:WaldiezChatConfig
checkpoints?ΒΆ
optionalcheckpoints:object
checkpoints.delete()?ΒΆ
optionaldelete: (flowName,checkpoint,index?) =>Promise\<void>
ParametersΒΆ
flowNameΒΆ
string
checkpointΒΆ
string
index?ΒΆ
number
ReturnsΒΆ
Promise\<void>
checkpoints.get()ΒΆ
get: (
flowName) =>Promise\<Record\<string,any> |null>
ParametersΒΆ
flowNameΒΆ
string
ReturnsΒΆ
Promise\<Record\<string, any> | null>
checkpoints.set()?ΒΆ
optionalset: (flowName,checkpoint) =>Promise\<void>
ParametersΒΆ
flowNameΒΆ
string
checkpointΒΆ
Record\<string, any>
ReturnsΒΆ
Promise\<void>
edgesΒΆ
edges:
Edge[]
monacoVsPath?ΒΆ
optionalmonacoVsPath:string
nodesΒΆ
nodes:
Node[]
onChange()?ΒΆ
optionalonChange: (flow) =>void
ParametersΒΆ
flowΒΆ
string
ReturnsΒΆ
void
onConvert()?ΒΆ
optionalonConvert: (flow,to,path?) =>void
ParametersΒΆ
flowΒΆ
string
toΒΆ
"py" | "ipynb"
path?ΒΆ
string | null
ReturnsΒΆ
void
onRun()?ΒΆ
optionalonRun: (flow,path?) =>void
ParametersΒΆ
flowΒΆ
string
path?ΒΆ
string | null
ReturnsΒΆ
void
onSave()?ΒΆ
optionalonSave: (flow,path?) =>void
ParametersΒΆ
flowΒΆ
string
path?ΒΆ
string | null
ReturnsΒΆ
void
onStepRun()?ΒΆ
optionalonStepRun: (flow,breakpoints?,checkpoint?,path?) =>void
ParametersΒΆ
flowΒΆ
string
breakpoints?ΒΆ
(string | WaldiezBreakpoint)[]
checkpoint?ΒΆ
string | null
path?ΒΆ
string | null
ReturnsΒΆ
void
onUpload()?ΒΆ
optionalonUpload: (files) =>Promise\<string[]>
ParametersΒΆ
filesΒΆ
File[]
ReturnsΒΆ
Promise\<string[]>
readOnly?ΒΆ
optionalreadOnly:boolean
skipExport?ΒΆ
optionalskipExport:boolean
skipHub?ΒΆ
optionalskipHub:boolean
skipImport?ΒΆ
optionalskipImport:boolean
stepByStep?ΒΆ
optionalstepByStep:WaldiezStepByStep
viewport?ΒΆ
optionalviewport:Viewport