Add

data class Add(val content: String, val sectionName: String, val sectionShortName: String) : DeltaUpdate

Adds a bullet with content to the section identified by sectionShortName, creating it (named sectionName) if absent.

Constructors

Link copied to clipboard
constructor(content: String, sectionName: String, sectionShortName: String)

Properties

Link copied to clipboard

Text of the new bullet.

Link copied to clipboard

Human-readable name of the target section.

Link copied to clipboard

Short identifier of the target section.