类:BrowseContent

构造函数

BrowseContent

new BrowseContent(browseItems, title)

参数

browseItems

Array of non-null cast.framework.ui.BrowseItem

浏览项列表。项数上限为 30。超出上限的商品会被截断。

值不能为 null。

标题

可选

string

列表标题。

属性

items

non-null Array of non-null cast.framework.ui.BrowseItem

浏览项列表。项数上限为 30。超出上限的内容会被截断。

targetAspectRatio

(非 null cast.framework.ui.BrowseImageAspectRatio 或未定义)

媒体浏览轮播界面中所有图片的宽高比。 强烈建议让 BrowseContentItem#image 中提供的浏览项目图片与 targetAspectRatio 值匹配。 如果图片太窄/过高,系统会使用邮筒模式。 如果图片太宽/太短,系统将为其添加遮幅式黑边。

标题

(字符串或未定义)

列表标题。