Presentation

data class Presentation(val title: Any, val alwaysShow: Boolean? = null, val fn: (value: Any) -> String)

Constructors

Link copied to clipboard
constructor(title: Any, alwaysShow: Boolean? = null, fn: (value: Any) -> String)

Properties

Link copied to clipboard
val alwaysShow: Boolean? = null
Link copied to clipboard
val fn: (value: Any) -> String
Link copied to clipboard
val title: Any

Functions

Link copied to clipboard
fun setTitle(newTitle: Any): Presentation