Skip to main content

Home > @jsplumbtoolkit/core > LoadOptions > type

LoadOptions.type property

Specifies the data type of the data to load. Defaults to json. This must match the name of a loader registered with the given instance of the Toolkit.

Signature:

type?: string;