K3Display

sealed interface K3Display(source)

Mapping between a keyId or output and a display value for rendering.

See UTS #35 Part 7 | Element: display

Inheritors

Types

Link copied to clipboard
data class ByKeyId(val keyId: K3KeyId, val display: K3String) : K3Display

Display mapping selecting by key id.

Link copied to clipboard
data class ByOutput(val output: K3String, val display: K3String) : K3Display

Display mapping selecting by key id.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val display: K3String

The display value. Non-spacing marks must be preceded by base character U+25CC (◌).