Home > @jsplumbtoolkit/core > DataLoadOptions
DataLoadOptions interface
Signature:
export interface DataLoadOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| data? | any | (Optional) | |
| dataType? | string | (Optional) | |
| error? | (e: any, status?: any) => any | (Optional) | |
| headers? | Record<string, any> | (Optional) | |
| success | (r: any) => any | ||
| type? | string | (Optional) | |
| url | string |