Skip to main content

Home > @jsplumbtoolkit/core > SaveOptions > headers

SaveOptions.headers property

Optional headers to set on the ajax request. By default, the Toolkit will send a Content-Type:"application/json" header. If you provide your own headers this header will continue to be sent, unless of course you override it.

Signature:

headers?: Record<string, string>;