Skip to main content

Home > @jsplumbtoolkit/core > ObjectFactory

ObjectFactory type

Definition of a function that can act as a factory for model objects.

Signature:

export declare type ObjectFactory = (type: any, data: any, continueCallback: (o: ObjectData) => any, abortCallback: () => any, params?: any) => boolean;

References: ObjectData