DialogV2SubmitCallback: ((result) => Promise<void>)

Type declaration

    • (result): Promise<void>
    • Parameters

      • result: any

        Either the identifier of the button that was clicked to submit the dialog, or the result returned by that button's callback.

      Returns Promise<void>