神岛 API 文档 - ArenaPro版
    Preparing search index...

    Type Alias GameDialogSelectResponse

    表示游戏中对话框的选择响应。

    Represents the selection response from a game dialog.

    type GameDialogSelectResponse = {
        index: number;
        value: string;
    }
    Index

    Properties

    Properties

    index: number

    选中选项的索引号。

    The index number of the selected option.

    value: string

    选中选项的字符串值。

    The string value of the selected option.