Display

enum Display : Enum<Display>

Display enum tells if the document is supplemental document. Supplemental document will have Display value Modal

Entries

Link copied to clipboard
MODAL("modal")
Link copied to clipboard
INLINE("inline")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val display: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int