Home > @jsplumbtoolkit/browser-ui > CommitFunction
CommitFunction type
Defines the function called when a user commits a dialog.
Signature:
export declare type CommitFunction = (data: Record<string, any>) => any;
Home > @jsplumbtoolkit/browser-ui > CommitFunction
Defines the function called when a user commits a dialog.
Signature:
export declare type CommitFunction = (data: Record<string, any>) => any;