DbSchema
Toggle table of contents
9.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.diagram.model.undo
/
DiagramChange
Diagram
Change
abstract
class
DiagramChange
Inheritors
DiagramAttachChange
DiagramDetachChange
DiagramMoveChange
Members
Constructors
Diagram
Change
Link copied to clipboard
constructor
(
)
Properties
is
Marked
For
Deletion
Link copied to clipboard
abstract
val
isMarkedForDeletion
:
Boolean
time
Link copied to clipboard
val
time
:
Long
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
diagram
:
Diagram
)
:
Depictable
?
undo
Link copied to clipboard
abstract
fun
undo
(
diagram
:
Diagram
)
:
Depictable
?