SkippableChange

Changes which do not change the model's data are skippable. e.g. changes to the current selection are SkippableChanges.

Properties

Link copied to clipboard
Link copied to clipboard
abstract val label: String

Functions

Link copied to clipboard

Adds this Change to the current Batch.

Link copied to clipboard
open fun now()

Begins a new Batch, applies this Change, and ends the Batch.

open fun now(label: String)

Begins a new Batch with the given label, applies this Change, and ends the Batch.