Skip to main content

Home > @jsplumbtoolkit/core > LoadOptions > onload

LoadOptions.onload property

Optional callback to execute once the data has loaded. Most often used when you are retrieving remote data (using url and possibly jsonp)

Signature:

onload?: Function;