Interface: SmoothStepEdgeProps<Data, CustomEvents>
Type parameters
| Name | Type |
|---|---|
Data | ElementData |
CustomEvents | {} |
Hierarchy
Omit<EdgeProps<Data,CustomEvents>,"type">↳
SmoothStepEdgeProps
Table of contents
Properties
- animated
- borderRadius
- curvature
- data
- events
- id
- interactionWidth
- label
- labelBgBorderRadius
- labelBgPadding
- labelBgStyle
- labelShowBg
- labelStyle
- markerEnd
- markerStart
- selected
- source
- sourceHandleId
- sourceNode
- sourcePosition
- sourceX
- sourceY
- style
- target
- targetHandleId
- targetNode
- targetPosition
- targetX
- targetY
- updatable
Properties
animated
• Optional animated: boolean
Inherited from
Omit.animated
borderRadius
• Optional borderRadius: number
curvature
• Optional curvature: number
Inherited from
Omit.curvature
data
• data: Data
Inherited from
Omit.data
events
• events: EdgeEventsOn<CustomEvents>
Inherited from
Omit.events
id
• id: string
Inherited from
interactionWidth
• Optional interactionWidth: number
Inherited from
Omit.interactionWidth
label
• Optional label: string | Object | VNode<RendererNode, RendererElement, { [key: string]: any; }> | Component<EdgeTextProps, any, any, ComputedOptions, MethodOptions>
Inherited from
Omit.label
labelBgBorderRadius
• Optional labelBgBorderRadius: number
Inherited from
Omit.labelBgBorderRadius
labelBgPadding
• Optional labelBgPadding: [number, number]
Inherited from
Omit.labelBgPadding
labelBgStyle
• Optional labelBgStyle: any
Inherited from
Omit.labelBgStyle
labelShowBg
• Optional labelShowBg: boolean
Inherited from
Omit.labelShowBg
labelStyle
• Optional labelStyle: CSSProperties
Inherited from
Omit.labelStyle
markerEnd
• markerEnd: string
Inherited from
Omit.markerEnd
markerStart
• markerStart: string
Inherited from
Omit.markerStart
selected
• Optional selected: boolean
Inherited from
Omit.selected
source
• source: string
Inherited from
Omit.source
sourceHandleId
• Optional sourceHandleId: string
Inherited from
Omit.sourceHandleId
sourceNode
• sourceNode: GraphNode<any, any>
Inherited from
Omit.sourceNode
sourcePosition
• sourcePosition: Position
Inherited from
Omit.sourcePosition
sourceX
• sourceX: number
Inherited from
Omit.sourceX
sourceY
• sourceY: number
Inherited from
Omit.sourceY
style
• Optional style: CSSProperties
Inherited from
Omit.style
target
• target: string
Inherited from
Omit.target
targetHandleId
• Optional targetHandleId: string
Inherited from
Omit.targetHandleId
targetNode
• targetNode: GraphNode<any, any>
Inherited from
Omit.targetNode
targetPosition
• targetPosition: Position
Inherited from
Omit.targetPosition
targetX
• targetX: number
Inherited from
Omit.targetX
targetY
• targetY: number
Inherited from
Omit.targetY
updatable
• Optional updatable: boolean
Inherited from
Omit.updatable