Make it possible to display notes in flow

This commit is contained in:
Jan Oberhauser
2020-05-05 17:34:12 +02:00
parent adff086ea2
commit 3d330a94d3
3 changed files with 19 additions and 0 deletions

View File

@@ -289,6 +289,7 @@ export interface INode {
type: string;
position: [number, number];
disabled?: boolean;
notesInFlow?: boolean;
retryOnFail?: boolean;
maxTries?: number;
waitBetweenTries?: number;