Field

@Serializable
sealed class Field(source)

Base class for Storyblok field types.

Represents special field types like Link and Asset that have structured data.

Inheritors

Properties

Link copied to clipboard
@SerialName(value = "fieldtype")
val fieldType: String

Technical name of the field type.

Link copied to clipboard
val id: String? = null

Optional field identifier.