Explore Books Row
constructor(title: String, bookList: List<ExploreDisplayBook>, expandable: Boolean = false, expandedPageDataSourceId: String? = null)
Parameters
title
该行的标题
book List
该行展示的书本列表
expandable
该行是否支持点击展开查看更多
expanded Page Data Source Id
展开页的数据源id, 仅当expandable为true时有效