@minecraft
    正在准备搜索索引...

    接口 MessageBoxResult实验性

    The result when a MessageBox is closed.

    interface MessageBoxResult {
        selection?: number;
    }
    索引

    属性

    属性

    selection?: number

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