ColumnVisualProperties

Visual presentation metadata for an individual table column.

Properties

Link copied to clipboard
abstract val format: String?

Optional display/input format hint.

Link copied to clipboard
abstract var hidden: Boolean
Link copied to clipboard
abstract val id: String

Column identifier these properties apply to.

Functions

Link copied to clipboard
abstract fun toJsonObject(): JsonObject

Serializes this instance to a structured JsonObject.

Link copied to clipboard
abstract fun toJsonString(): String

Serializes this instance to a compact JSON string.

Link copied to clipboard
abstract fun toMap(): MutableMap<String, Any?>

Converts this instance into a mutable key-value map suitable for mutation and re-serialization.