DialogV2CloseCallback: ((event, dialog) => any)

Type declaration

    • (event, dialog): any
    • Parameters

      • event: Event

        The close event.

      • dialog: DialogV2

        The dialog instance.

      Returns any