ChangeAnnotation

case class ChangeAnnotation(label: String, needsConfirmation: Opt[Boolean], description: Opt[String])

Additional information that describes document changes.

Value parameters:
description

A human-readable string which is rendered less prominent in the user interface.

label

A human-readable string describing the actual change. The string is rendered prominent in the user interface.

needsConfirmation

A flag which indicates that user confirmation is needed before applying the change.

Since:

3.16.0

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product