created type for HandleIds
This commit is contained in:
parent
3a76d2de59
commit
6604ef5351
1 changed files with 14 additions and 0 deletions
|
|
@ -35,3 +35,17 @@ export type TweaksType = Array<
|
|||
};
|
||||
} & FlowStyleType
|
||||
>;
|
||||
|
||||
// right side
|
||||
export type sourceHandleType = {
|
||||
dataType: string;
|
||||
id: string;
|
||||
baseClasses: string[];
|
||||
};
|
||||
//left side
|
||||
export type targetHandleType = {
|
||||
inputTypes?: string[];
|
||||
type: string;
|
||||
fieldName: string;
|
||||
id: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue