Create

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

Create a new activity from a given directive.

Constructors

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

Properties

Link copied to clipboard

Functions

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

Returns the reverse operation.