yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.landing.model
/
BlockEntity
Block
Entity
@
Serializable
(
with
=
BlockSerializer::class
)
data
class
BlockEntity
(
val
id
:
String
,
val
type
:
BlockType
,
val
data
:
Any
)
Members
Constructors
Block
Entity
Link copied to clipboard
constructor
(
id
:
String
,
type
:
BlockType
,
data
:
Any
)
Properties
data
Link copied to clipboard
val
data
:
Any
id
Link copied to clipboard
val
id
:
String
type
Link copied to clipboard
val
type
:
BlockType