Skip to content

Commit c4d0136

Browse files
authored
Merge pull request #877 from lancety/patch-1
Update DefaultPortModel.ts
2 parents 413838b + 09c2014 commit c4d0136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-diagrams-defaults/src/port/DefaultPortModel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { AbstractModelFactory, DeserializeEvent } from '@projectstorm/react-canv
1111
export interface DefaultPortModelOptions extends PortModelOptions {
1212
label?: string;
1313
in?: boolean;
14+
type?: string;
1415
}
1516

1617
export interface DefaultPortModelGenerics extends PortModelGenerics {

0 commit comments

Comments
 (0)