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

    Type Alias GameDialogCancelOption

    定义游戏对话框取消选项的类型,用于表示对话框取消操作的回调函数。

    Defines the type for a game dialog cancel option, used to represent the callback function for a dialog cancellation.

    type GameDialogCancelOption = {
        cancel: () => void;
    }
    Index

    Properties

    Properties

    cancel: () => void

    取消对话框的操作。

    The operation to cancel the dialog.