dag-designer / Exports / IRunProgressHooks
Interface: IRunProgressHooks
Table of contents
Properties
Properties
onRunStarted
• onRunStarted: (dagRunId: string) => void
Type declaration
▸ (dagRunId): void
Parameters
| Name | Type |
|---|---|
dagRunId | string |
Returns
void
Defined in
dag-designer/src/components/dag-designer-context.tsx:69
onRunProgressEvent
• onRunProgressEvent: (event: TRunProgressEvent) => void
Type declaration
▸ (event): void
Parameters
| Name | Type |
|---|---|
event | TRunProgressEvent |
Returns
void