SignalEntry

@Serializable
data class SignalEntry(val key: String, val value: String)

A single key/value pair used by signals rendered with DisplayHint.KeyValue.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Properties

Link copied to clipboard
val key: String

Human-readable label for the sub-field.

Link copied to clipboard

Stringified value for the sub-field.