OnError
The OnError
type is a callback function that is called when an error occurs in SvelteFlow. It receives the error ID and a message describing the error.
type OnError = (id: string, message: string) => void;
Name | Type | Default |
---|---|---|
id | string | |
message | string |
Last updated on