Display

data class Display(val key: String, val value: String?, val error: String?)

Constructors

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

Properties

Link copied to clipboard

An error string describing why the template could not be rendered.

Link copied to clipboard
val key: String

The identifier for a particular template string of the Display object.

Link copied to clipboard

The template string for the key with placeholder values substituted.