Skip to main content

Home > @jsplumbtoolkit/browser-ui > MaybeCloseFunction

MaybeCloseFunction type

Defines the interceptor invoked prior to a user closing a dialog, to allow you to allow or reject the operation

Signature:

export declare type MaybeCloseFunction = (data: any) => boolean;