jxa-types
    Preparing search index...

    Interface DialogReply

    interface DialogReply {
        buttonReturned?: string;
        gaveUp: boolean;
        textReturned?: string;
    }
    Index

    Properties

    buttonReturned?: string
    gaveUp: boolean
    textReturned?: string