core
    正在准备搜索索引...

    接口 ShowActionSheetData

    操作菜单

    interface ShowActionSheetData {
        alertText?: string;
        itemColor?: string;
        itemList: string[];
        title?: string;
    }
    索引

    属性

    alertText?: string

    警示文案(同菜单标题)

    itemColor?: string

    按钮的文字颜色

    #000000
    
    itemList: string[]

    按钮的文字数组

    title?: string

    菜单标题