ActionSheetStyle

MUI HTML5

MUI

ActionSheetStyle

JSON对象,原生选择按钮框的样式参数

属性:

  • title: (String 类型 )选择按钮框的标题
  • cancel: (String 类型 )取消按钮上显示的文字内容

    不设置此属性,则不显示取消按钮。

  • buttons: (Array[ ActionButtonStyle ] 类型 )选择框上的按钮,ActionButtonStyle对象数组