Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface DialogV1ConfirmOptions

    interface DialogV1ConfirmOptions {
        defaultYes?: boolean;
        no?: Function;
        rejectClose?: boolean;
        yes?: Function;
    }
    Index

    Properties

    defaultYes?: boolean

    Make "yes" the default choice?

    no?: Function

    Callback function upon no

    rejectClose?: boolean

    Reject the Promise if the Dialog is closed without making a choice.

    yes?: Function

    Callback function upon yes