Script API - v1.26.10.23
    Preparing search index...

    Interface MessageBoxResultBeta

    The result when a MessageBox is closed.

    interface MessageBoxResult {
        selection?: number;
    }
    Index

    Properties

    Properties

    selection?: number

    The button that was selected, undefined if it was closed without pressing a button.