DialogV2RenderCallback: (event: Event, dialog: DialogV2) => any

Type declaration

    • (event: Event, dialog: DialogV2): any
    • Parameters

      • event: Event

        The render event.

      • dialog: DialogV2

        The DialogV2 instance.

      Returns any