Delete

data class Delete(val directive: Directive<AnyDirective>) : Edit

Delete an activity, specified by directive id.

Constructors

Link copied to clipboard
constructor(directive: Directive<AnyDirective>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun inverse(): Edit.Create

Returns the reverse operation.