[Go to site: main page, start]

Interface DialogV2WaitOptions

interface DialogV2WaitOptions {
    close?: DialogV2CloseCallback;
    rejectClose?: boolean;
    render?: DialogV2RenderCallback;
    renderOptions?: ApplicationRenderOptions;
}
Index

Properties

A synchronous function to invoke when the dialog is closed under any circumstances.

rejectClose?: boolean

Throw a Promise rejection if the dialog is dismissed.

A synchronous function to invoke whenever the dialog is rendered.

renderOptions?: ApplicationRenderOptions

Options forwarded to the dialog's render call.