ContentData

data class ContentData(val components: List<AbstractContentComponent<*>>)

章节内容数据, 封装组件列表

Since

Api 2

Parameters

components

内容组件列表

Constructors

Link copied to clipboard
constructor(components: List<AbstractContentComponent<*>>)

Types

Link copied to clipboard
object Companion

ContentData工厂方法集合

Properties

Link copied to clipboard