• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gantt
    • Gauges
    • Indicators
    • Inputs
    • Labels
    • Layout
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChart
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheet
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeView
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

SankeyEvent

The KendoReact Sankey event object.

NameTypeDefaultDescription

dataItem

SankeyNodeDataItem | SankeyLinkDataItem

The dataItem of the related element.

nativeEvent

any

A native DOM event.

sender

Sankey

The Sankey widget instance.

target

SankeyHandle

An event target.

targetType

"link" | "node"

The target element type.

type

string

The event type.

Methods

isDefaultPrevented

Indicates whether the default action has been prevented.

Returns

boolean

preventDefault

Prevents the default action.