chore(core): cleanup props
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
import EdgeAnchor from './EdgeAnchor'
|
||||
import type { Connection, EdgeComponent, EdgeUpdatable, GraphEdge, HandleType, MouseTouchEvent } from '~/types'
|
||||
import type { Connection, EdgeComponent, GraphEdge, HandleType, MouseTouchEvent } from '~/types'
|
||||
import { ConnectionMode, Position } from '~/types'
|
||||
|
||||
interface Props {
|
||||
id: string
|
||||
type: EdgeComponent | Function | Object | false
|
||||
name: string
|
||||
selectable?: boolean
|
||||
focusable?: boolean
|
||||
updatable?: EdgeUpdatable
|
||||
edge: GraphEdge
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user