projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
18874: Add 'services/workbench2/' from commit 'f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6'
[arvados.git]
/
services
/
workbench2
/
src
/
lib
/
cwl-svg
/
graph
/
connectable.ts
1
export interface Connectable {
2
connectionId: string;
3
isVisible: boolean;
4
}