AbstractContentComponentData

内容组件数据抽象基类 所有自定义内容组件数据需继承此类

Since

Api 2

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val id: String

数据组件的唯一标识字符串

Functions

Link copied to clipboard
abstract fun toHtmlElement(context: Context): Element

将数据转化为HTML元素, 用于EPUB导出

Link copied to clipboard
abstract fun toJsonElement(): JsonElement

将数据序列化为JSON元素