DocumentBadge

data class DocumentBadge(val text: String, val color: DocumentBadgeColor)

A badge to display on a document.

Parameters

text

the text in the badge.

color

the color of the badge.

Constructors

Link copied to clipboard
constructor(text: String, color: DocumentBadgeColor)

Properties

Link copied to clipboard
Link copied to clipboard