Interface ChangeAnnotation

Additional information that describes document changes.

3.16.0

interface ChangeAnnotation {
    description?: string;
    label: string;
    needsConfirmation?: boolean;
}

Properties

description?: string

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

label: string

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

needsConfirmation?: boolean

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