RenderingGuide

@JsonClass(generateAdapter = true)
data class RenderingGuide(val enum: String?, val type: String?)

Trait that provides suggestions for the rendering system.

Constructors

Link copied to clipboard
fun RenderingGuide(enum: String?, type: String?)

Properties

Link copied to clipboard
val enum: String?

could be "website" or "native" if populated

Link copied to clipboard
val type: String?

Other than the well-known values are allowed, and can be ignored if not recognized