EntryBlock

data class EntryBlock(type: String?, data: JsonObject?, cover: Boolean?, anchor: String?)

Parameters

type

Тип блока

data информация о блоке

cover
anchor

Constructors

Link copied to clipboard
fun EntryBlock(type: String? = null, data: JsonObject? = null, cover: Boolean? = null, anchor: String? = null)

Properties

Link copied to clipboard
val anchor: String? = null
Link copied to clipboard
val cover: Boolean? = null
Link copied to clipboard
val data: JsonObject? = null
Link copied to clipboard
val type: String? = null