Type alias MaybeCloseFunction

MaybeCloseFunction: ((data) => boolean)

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

Type declaration

    • (data): boolean
    • Parameters

      • data: any

      Returns boolean